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