Struct rusoto_elasticache::ModifyCacheParameterGroupMessage [] [src]

pub struct ModifyCacheParameterGroupMessage {
    pub cache_parameter_group_name: String,
    pub parameter_name_values: Vec<ParameterNameValue>,
}

Represents the input of a ModifyCacheParameterGroup operation.

Fields

The name of the cache parameter group to modify.

An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.

Trait Implementations

impl Default for ModifyCacheParameterGroupMessage
[src]

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

impl Debug for ModifyCacheParameterGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for ModifyCacheParameterGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more