#[non_exhaustive]pub struct DeleteOutboundConnectionInput { /* private fields */ }
Expand description
Container for the parameters to the DeleteOutboundConnection
operation.
Implementations§
source§impl DeleteOutboundConnectionInput
impl DeleteOutboundConnectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOutboundConnection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteOutboundConnection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteOutboundConnection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteOutboundConnectionInput
.
source§impl DeleteOutboundConnectionInput
impl DeleteOutboundConnectionInput
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of the outbound connection you want to permanently delete.
Trait Implementations§
source§impl Clone for DeleteOutboundConnectionInput
impl Clone for DeleteOutboundConnectionInput
source§fn clone(&self) -> DeleteOutboundConnectionInput
fn clone(&self) -> DeleteOutboundConnectionInput
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 PartialEq<DeleteOutboundConnectionInput> for DeleteOutboundConnectionInput
impl PartialEq<DeleteOutboundConnectionInput> for DeleteOutboundConnectionInput
source§fn eq(&self, other: &DeleteOutboundConnectionInput) -> bool
fn eq(&self, other: &DeleteOutboundConnectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.