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]

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

impl Debug for ClusterParameterGroupNameMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ClusterParameterGroupNameMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ClusterParameterGroupNameMessage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations