Struct rusoto_dax::UpdateParameterGroupRequest [] [src]

pub struct UpdateParameterGroupRequest {
    pub parameter_group_name: String,
    pub parameter_name_values: Vec<ParameterNameValue>,
}

Fields

The name of the parameter group.

An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter.

Trait Implementations

impl Default for UpdateParameterGroupRequest
[src]

[src]

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

impl Debug for UpdateParameterGroupRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateParameterGroupRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations