Struct aws_sdk_codestarconnections::output::GetHostOutput
source · #[non_exhaustive]pub struct GetHostOutput { /* private fields */ }
Implementations§
source§impl GetHostOutput
impl GetHostOutput
sourcepub fn provider_type(&self) -> Option<&ProviderType>
pub fn provider_type(&self) -> Option<&ProviderType>
The provider type of the requested host, such as GitHub Enterprise Server.
sourcepub fn provider_endpoint(&self) -> Option<&str>
pub fn provider_endpoint(&self) -> Option<&str>
The endpoint of the infrastructure represented by the requested host.
sourcepub fn vpc_configuration(&self) -> Option<&VpcConfiguration>
pub fn vpc_configuration(&self) -> Option<&VpcConfiguration>
The VPC configuration of the requested host.
source§impl GetHostOutput
impl GetHostOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetHostOutput
.
Trait Implementations§
source§impl Clone for GetHostOutput
impl Clone for GetHostOutput
source§fn clone(&self) -> GetHostOutput
fn clone(&self) -> GetHostOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more