Struct aws_sdk_outposts::output::GetConnectionOutput
source · #[non_exhaustive]pub struct GetConnectionOutput { /* private fields */ }
Implementations§
source§impl GetConnectionOutput
impl GetConnectionOutput
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of the connection.
sourcepub fn connection_details(&self) -> Option<&ConnectionDetails>
pub fn connection_details(&self) -> Option<&ConnectionDetails>
Information about the connection.
source§impl GetConnectionOutput
impl GetConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetConnectionOutput
.
Trait Implementations§
source§impl Clone for GetConnectionOutput
impl Clone for GetConnectionOutput
source§fn clone(&self) -> GetConnectionOutput
fn clone(&self) -> GetConnectionOutput
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 GetConnectionOutput
impl Debug for GetConnectionOutput
source§impl PartialEq<GetConnectionOutput> for GetConnectionOutput
impl PartialEq<GetConnectionOutput> for GetConnectionOutput
source§fn eq(&self, other: &GetConnectionOutput) -> bool
fn eq(&self, other: &GetConnectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.