#[non_exhaustive]pub struct DeleteConnectionInput { /* private fields */ }
Implementations§
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.
source§impl DeleteConnectionInput
impl DeleteConnectionInput
sourcepub fn builder() -> DeleteConnectionInputBuilder
pub fn builder() -> DeleteConnectionInputBuilder
Creates a new builder-style object to manufacture DeleteConnectionInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteConnectionInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteConnectionInput
impl Send for DeleteConnectionInput
impl Sync for DeleteConnectionInput
impl Unpin for DeleteConnectionInput
impl UnwindSafe for DeleteConnectionInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more