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