Struct aws_sdk_redshift::model::ClusterParameterGroup
source · [−]#[non_exhaustive]pub struct ClusterParameterGroup {
pub parameter_group_name: Option<String>,
pub parameter_group_family: Option<String>,
pub description: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes a parameter group.
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.parameter_group_name: Option<String>
The name of the cluster parameter group.
parameter_group_family: Option<String>
The name of the cluster parameter group family that this cluster parameter group is compatible with.
description: Option<String>
The description of the parameter group.
The list of tags for the cluster parameter group.
Implementations
The name of the cluster parameter group.
The name of the cluster parameter group family that this cluster parameter group is compatible with.
The description of the parameter group.
The list of tags for the cluster parameter group.
Creates a new builder-style object to manufacture ClusterParameterGroup
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 ClusterParameterGroup
impl Send for ClusterParameterGroup
impl Sync for ClusterParameterGroup
impl Unpin for ClusterParameterGroup
impl UnwindSafe for ClusterParameterGroup
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