#[non_exhaustive]pub struct DeleteCacheSecurityGroupInput { /* private fields */ }
Expand description
Represents the input of a DeleteCacheSecurityGroup
operation.
Implementations§
source§impl DeleteCacheSecurityGroupInput
impl DeleteCacheSecurityGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCacheSecurityGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCacheSecurityGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCacheSecurityGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCacheSecurityGroupInput
.
source§impl DeleteCacheSecurityGroupInput
impl DeleteCacheSecurityGroupInput
sourcepub fn cache_security_group_name(&self) -> Option<&str>
pub fn cache_security_group_name(&self) -> Option<&str>
The name of the cache security group to delete.
You cannot delete the default security group.
Trait Implementations§
source§impl Clone for DeleteCacheSecurityGroupInput
impl Clone for DeleteCacheSecurityGroupInput
source§fn clone(&self) -> DeleteCacheSecurityGroupInput
fn clone(&self) -> DeleteCacheSecurityGroupInput
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<DeleteCacheSecurityGroupInput> for DeleteCacheSecurityGroupInput
impl PartialEq<DeleteCacheSecurityGroupInput> for DeleteCacheSecurityGroupInput
source§fn eq(&self, other: &DeleteCacheSecurityGroupInput) -> bool
fn eq(&self, other: &DeleteCacheSecurityGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.