#[non_exhaustive]pub struct DeleteConnectionInput { /* private fields */ }
Implementations§
source§impl DeleteConnectionInput
impl DeleteConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConnectionInput
.
source§impl DeleteConnectionInput
impl DeleteConnectionInput
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the connection to be deleted.
The ARN is never reused if the connection is deleted.
Trait Implementations§
source§impl Clone for DeleteConnectionInput
impl Clone for DeleteConnectionInput
source§fn clone(&self) -> DeleteConnectionInput
fn clone(&self) -> DeleteConnectionInput
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 DeleteConnectionInput
impl Debug for DeleteConnectionInput
source§impl PartialEq<DeleteConnectionInput> for DeleteConnectionInput
impl PartialEq<DeleteConnectionInput> for DeleteConnectionInput
source§fn eq(&self, other: &DeleteConnectionInput) -> bool
fn eq(&self, other: &DeleteConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.