#[non_exhaustive]pub struct DeleteConnectionAliasOutput { /* private fields */ }
Implementations§
source§impl DeleteConnectionAliasOutput
impl DeleteConnectionAliasOutput
sourcepub fn builder() -> DeleteConnectionAliasOutputBuilder
pub fn builder() -> DeleteConnectionAliasOutputBuilder
Creates a new builder-style object to manufacture DeleteConnectionAliasOutput
.
Trait Implementations§
source§impl Clone for DeleteConnectionAliasOutput
impl Clone for DeleteConnectionAliasOutput
source§fn clone(&self) -> DeleteConnectionAliasOutput
fn clone(&self) -> DeleteConnectionAliasOutput
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 DeleteConnectionAliasOutput
impl Debug for DeleteConnectionAliasOutput
source§impl PartialEq<DeleteConnectionAliasOutput> for DeleteConnectionAliasOutput
impl PartialEq<DeleteConnectionAliasOutput> for DeleteConnectionAliasOutput
source§fn eq(&self, other: &DeleteConnectionAliasOutput) -> bool
fn eq(&self, other: &DeleteConnectionAliasOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteConnectionAliasOutput
impl RequestId for DeleteConnectionAliasOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.