#[non_exhaustive]pub struct CreateConnectionOutput { /* private fields */ }Implementations§
source§impl CreateConnectionOutput
impl CreateConnectionOutput
sourcepub fn connection(&self) -> Option<&Connection>
pub fn connection(&self) -> Option<&Connection>
Information about the connection.
source§impl CreateConnectionOutput
impl CreateConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConnectionOutput.
Trait Implementations§
source§impl Clone for CreateConnectionOutput
impl Clone for CreateConnectionOutput
source§fn clone(&self) -> CreateConnectionOutput
fn clone(&self) -> CreateConnectionOutput
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