#[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() -> GetHostOutputBuilder
pub fn builder() -> GetHostOutputBuilder
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 moresource§impl Debug for GetHostOutput
impl Debug for GetHostOutput
source§impl PartialEq<GetHostOutput> for GetHostOutput
impl PartialEq<GetHostOutput> for GetHostOutput
source§fn eq(&self, other: &GetHostOutput) -> bool
fn eq(&self, other: &GetHostOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetHostOutput
impl RequestId for GetHostOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.