#[non_exhaustive]pub struct CreateConnectionOutput { /* private fields */ }
Implementations§
source§impl CreateConnectionOutput
impl CreateConnectionOutput
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between AWS services.
The ARN is never reused if the connection is deleted.
Specifies the tags applied to the resource.
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