Struct aws_sdk_redshift::model::ClusterParameterGroupStatus [−][src]
#[non_exhaustive]pub struct ClusterParameterGroupStatus {
pub parameter_group_name: Option<String>,
pub parameter_apply_status: Option<String>,
pub cluster_parameter_status_list: Option<Vec<ClusterParameterStatus>>,
}
Expand description
Describes the status of 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_apply_status: Option<String>
The status of parameter updates.
cluster_parameter_status_list: Option<Vec<ClusterParameterStatus>>
The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Implementations
The name of the cluster parameter group.
The status of parameter updates.
The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Creates a new builder-style object to manufacture ClusterParameterGroupStatus
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 ClusterParameterGroupStatus
impl Send for ClusterParameterGroupStatus
impl Sync for ClusterParameterGroupStatus
impl Unpin for ClusterParameterGroupStatus
impl UnwindSafe for ClusterParameterGroupStatus
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