Struct rusoto_redshift::ModifyClusterParameterGroupMessage [] [src]

pub struct ModifyClusterParameterGroupMessage {
    pub parameter_group_name: String,
    pub parameters: ParametersList,
}

Fields

The name of the parameter group to be modified.

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.

For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

Trait Implementations

impl Default for ModifyClusterParameterGroupMessage
[src]

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

impl Debug for ModifyClusterParameterGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for ModifyClusterParameterGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more