#[non_exhaustive]pub struct DeleteCacheSecurityGroupInput { /* private fields */ }Expand description
Represents the input of a DeleteCacheSecurityGroup operation.
Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DeleteCacheSecurityGroupInput
impl Clone for DeleteCacheSecurityGroupInput
sourcefn clone(&self) -> DeleteCacheSecurityGroupInput
fn clone(&self) -> DeleteCacheSecurityGroupInput
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 DeleteCacheSecurityGroupInput
impl Debug for DeleteCacheSecurityGroupInput
sourceimpl PartialEq<DeleteCacheSecurityGroupInput> for DeleteCacheSecurityGroupInput
impl PartialEq<DeleteCacheSecurityGroupInput> for DeleteCacheSecurityGroupInput
sourcefn eq(&self, other: &DeleteCacheSecurityGroupInput) -> bool
fn eq(&self, other: &DeleteCacheSecurityGroupInput) -> bool
impl StructuralPartialEq for DeleteCacheSecurityGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCacheSecurityGroupInput
impl Send for DeleteCacheSecurityGroupInput
impl Sync for DeleteCacheSecurityGroupInput
impl Unpin for DeleteCacheSecurityGroupInput
impl UnwindSafe for DeleteCacheSecurityGroupInput
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