Struct rusoto_dax::UpdateParameterGroupResponse[][src]

pub struct UpdateParameterGroupResponse {
    pub parameter_group: Option<ParameterGroup>,
}

Fields

The parameter group that has been modified.

Trait Implementations

impl Default for UpdateParameterGroupResponse
[src]

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

impl Debug for UpdateParameterGroupResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateParameterGroupResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateParameterGroupResponse
[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