Struct rusoto_redshift::ClusterParameterGroupStatus [] [src]

pub struct ClusterParameterGroupStatus {
    pub cluster_parameter_status_list: Option<ClusterParameterStatusList>,
    pub parameter_apply_status: Option<String>,
    pub parameter_group_name: Option<String>,
}

Describes the status of a parameter group.

Fields

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.

The status of parameter updates.

The name of the cluster parameter group.

Trait Implementations

impl Default for ClusterParameterGroupStatus
[src]

Returns the "default value" for a type. Read more

impl Debug for ClusterParameterGroupStatus
[src]

Formats the value using the given formatter.

impl Clone for ClusterParameterGroupStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more