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 you receive.
sourcepub fn connection_details(&self) -> Option<&ConnectionDetails>
pub fn connection_details(&self) -> Option<&ConnectionDetails>
Information about a 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 more