#[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 global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn connection_id(&self) -> Option<&str>
pub fn connection_id(&self) -> Option<&str>
The ID of the connection.
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 ==
.