#[non_exhaustive]pub struct DeleteConnectionInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DeleteConnectionInput
impl Clone for DeleteConnectionInput
sourcefn clone(&self) -> DeleteConnectionInput
fn clone(&self) -> DeleteConnectionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteConnectionInput
impl Debug for DeleteConnectionInput
sourceimpl PartialEq<DeleteConnectionInput> for DeleteConnectionInput
impl PartialEq<DeleteConnectionInput> for DeleteConnectionInput
sourcefn eq(&self, other: &DeleteConnectionInput) -> bool
fn eq(&self, other: &DeleteConnectionInput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more