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