#[non_exhaustive]pub struct ModifyCacheParameterGroupOutput { /* private fields */ }Expand description
Represents the output of one of the following operations:
-
ModifyCacheParameterGroup -
ResetCacheParameterGroup
Implementations
sourceimpl ModifyCacheParameterGroupOutput
impl ModifyCacheParameterGroupOutput
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.
sourceimpl ModifyCacheParameterGroupOutput
impl ModifyCacheParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyCacheParameterGroupOutput.
Trait Implementations
sourceimpl Clone for ModifyCacheParameterGroupOutput
impl Clone for ModifyCacheParameterGroupOutput
sourcefn clone(&self) -> ModifyCacheParameterGroupOutput
fn clone(&self) -> ModifyCacheParameterGroupOutput
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<ModifyCacheParameterGroupOutput> for ModifyCacheParameterGroupOutput
impl PartialEq<ModifyCacheParameterGroupOutput> for ModifyCacheParameterGroupOutput
sourcefn eq(&self, other: &ModifyCacheParameterGroupOutput) -> bool
fn eq(&self, other: &ModifyCacheParameterGroupOutput) -> bool
impl StructuralPartialEq for ModifyCacheParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyCacheParameterGroupOutput
impl Send for ModifyCacheParameterGroupOutput
impl Sync for ModifyCacheParameterGroupOutput
impl Unpin for ModifyCacheParameterGroupOutput
impl UnwindSafe for ModifyCacheParameterGroupOutput
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