Struct aws_sdk_dax::types::ParameterGroup
source · #[non_exhaustive]pub struct ParameterGroup { /* private fields */ }Expand description
A named set of parameters that are applied to all of the nodes in a DAX cluster.
Implementations§
source§impl ParameterGroup
impl ParameterGroup
sourcepub fn parameter_group_name(&self) -> Option<&str>
pub fn parameter_group_name(&self) -> Option<&str>
The name of the parameter group.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the parameter group.
source§impl ParameterGroup
impl ParameterGroup
sourcepub fn builder() -> ParameterGroupBuilder
pub fn builder() -> ParameterGroupBuilder
Creates a new builder-style object to manufacture ParameterGroup.
Trait Implementations§
source§impl Clone for ParameterGroup
impl Clone for ParameterGroup
source§fn clone(&self) -> ParameterGroup
fn clone(&self) -> ParameterGroup
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 Debug for ParameterGroup
impl Debug for ParameterGroup
source§impl PartialEq<ParameterGroup> for ParameterGroup
impl PartialEq<ParameterGroup> for ParameterGroup
source§fn eq(&self, other: &ParameterGroup) -> bool
fn eq(&self, other: &ParameterGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.