Struct aws_sdk_codestarconnections::output::GetHostOutput [−][src]
#[non_exhaustive]pub struct GetHostOutput {
pub name: Option<String>,
pub status: Option<String>,
pub provider_type: Option<ProviderType>,
pub provider_endpoint: Option<String>,
pub vpc_configuration: Option<VpcConfiguration>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the requested host.
status: Option<String>
The status of the requested host.
provider_type: Option<ProviderType>
The provider type of the requested host, such as GitHub Enterprise Server.
provider_endpoint: Option<String>
The endpoint of the infrastructure represented by the requested host.
vpc_configuration: Option<VpcConfiguration>
The VPC configuration of the requested host.
Implementations
Creates a new builder-style object to manufacture GetHostOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetHostOutput
impl Send for GetHostOutput
impl Sync for GetHostOutput
impl Unpin for GetHostOutput
impl UnwindSafe for GetHostOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more