Struct aws_sdk_codestarconnections::output::GetHostOutput
source · [−]#[non_exhaustive]pub struct GetHostOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetHostOutput
impl GetHostOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetHostOutput
.
Trait Implementations
sourceimpl Clone for GetHostOutput
impl Clone for GetHostOutput
sourcefn clone(&self) -> GetHostOutput
fn clone(&self) -> GetHostOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetHostOutput
impl Debug for GetHostOutput
sourceimpl PartialEq<GetHostOutput> for GetHostOutput
impl PartialEq<GetHostOutput> for GetHostOutput
sourcefn eq(&self, other: &GetHostOutput) -> bool
fn eq(&self, other: &GetHostOutput) -> bool
impl StructuralPartialEq for GetHostOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more