Struct rusoto_redshift::DeleteClusterParameterGroupMessage [] [src]

pub struct DeleteClusterParameterGroupMessage {
    pub parameter_group_name: String,
}

Fields

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.

  • Cannot delete a default cluster parameter group.

Trait Implementations

impl Default for DeleteClusterParameterGroupMessage
[src]

[src]

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

impl Debug for DeleteClusterParameterGroupMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteClusterParameterGroupMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more