pub struct GetServiceResult {
pub dns_name: Output<String>,
pub id: Output<String>,
pub partition: Output<String>,
pub region: Output<String>,
pub reverse_dns_name: Output<String>,
pub reverse_dns_prefix: Output<String>,
pub service_id: Output<String>,
pub supported: Output<bool>,
}
Fields§
§dns_name: Output<String>
§id: Output<String>
§partition: Output<String>
§region: Output<String>
§reverse_dns_name: Output<String>
§reverse_dns_prefix: Output<String>
§service_id: Output<String>
§supported: Output<bool>
Whether the service is supported in the region’s partition. New services may not be listed immediately as supported.
Auto Trait Implementations§
impl Freeze for GetServiceResult
impl RefUnwindSafe for GetServiceResult
impl Send for GetServiceResult
impl Sync for GetServiceResult
impl Unpin for GetServiceResult
impl UnwindSafe for GetServiceResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more