#[non_exhaustive]pub struct GetConnectionOutput { /* private fields */ }
Implementations§
source§impl GetConnectionOutput
impl GetConnectionOutput
sourcepub fn connection(&self) -> Option<&Connection>
pub fn connection(&self) -> Option<&Connection>
The connection details, such as status, owner, and provider type.
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