pub struct DeleteCacheParameterGroupMessage {
pub cache_parameter_group_name: String,
}
Expand description
Represents the input of a DeleteCacheParameterGroup
operation.
Fields§
§cache_parameter_group_name: String
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 DeleteCacheParameterGroupMessage
impl Clone for DeleteCacheParameterGroupMessage
Source§fn clone(&self) -> DeleteCacheParameterGroupMessage
fn clone(&self) -> DeleteCacheParameterGroupMessage
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 Default for DeleteCacheParameterGroupMessage
impl Default for DeleteCacheParameterGroupMessage
Source§fn default() -> DeleteCacheParameterGroupMessage
fn default() -> DeleteCacheParameterGroupMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteCacheParameterGroupMessage
impl PartialEq for DeleteCacheParameterGroupMessage
Source§fn eq(&self, other: &DeleteCacheParameterGroupMessage) -> bool
fn eq(&self, other: &DeleteCacheParameterGroupMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteCacheParameterGroupMessage
Auto Trait Implementations§
impl Freeze for DeleteCacheParameterGroupMessage
impl RefUnwindSafe for DeleteCacheParameterGroupMessage
impl Send for DeleteCacheParameterGroupMessage
impl Sync for DeleteCacheParameterGroupMessage
impl Unpin for DeleteCacheParameterGroupMessage
impl UnwindSafe for DeleteCacheParameterGroupMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more