Struct aws_sdk_memorydb::model::ParameterGroup [−][src]
#[non_exhaustive]pub struct ParameterGroup {
pub name: Option<String>,
pub family: Option<String>,
pub description: Option<String>,
pub arn: Option<String>,
}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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the parameter group
family: Option<String>The name of the parameter group family that this parameter group is compatible with.
description: Option<String>A description of the parameter group
arn: Option<String>The Amazon Resource Name (ARN) of the parameter group
Implementations
The name of the parameter group family that this parameter group is compatible with.
A description of the parameter group
Creates a new builder-style object to manufacture ParameterGroup
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ParameterGroup
impl Send for ParameterGroup
impl Sync for ParameterGroup
impl Unpin for ParameterGroup
impl UnwindSafe for ParameterGroup
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
