Struct rusoto_redshift::ClusterParameterGroupNameMessage [] [src]

pub struct ClusterParameterGroupNameMessage {
    pub parameter_group_name: Option<String>,
    pub parameter_group_status: Option<String>,
}

Fields

The name of the cluster parameter group.

The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.

Trait Implementations

impl Default for ClusterParameterGroupNameMessage
[src]

[src]

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

impl Debug for ClusterParameterGroupNameMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClusterParameterGroupNameMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more