#[non_exhaustive]pub struct ModifyCacheParameterGroupOutput { /* private fields */ }
Expand description
Represents the output of one of the following operations:
-
ModifyCacheParameterGroup
-
ResetCacheParameterGroup
Implementations§
source§impl 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.
source§impl ModifyCacheParameterGroupOutput
impl ModifyCacheParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyCacheParameterGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyCacheParameterGroupOutput
impl Clone for ModifyCacheParameterGroupOutput
source§fn clone(&self) -> ModifyCacheParameterGroupOutput
fn clone(&self) -> ModifyCacheParameterGroupOutput
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 more