Struct aws_sdk_memorydb::model::ParameterGroup
source · #[non_exhaustive]pub struct ParameterGroup { /* private fields */ }
Expand description
Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.
Implementations§
source§impl ParameterGroup
impl ParameterGroup
source§impl ParameterGroup
impl ParameterGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 more