Struct rusoto_dax::ParameterGroup[][src]

pub struct ParameterGroup {
    pub description: Option<String>,
    pub parameter_group_name: Option<String>,
}

A named set of parameters that are applied to all of the nodes in a DAX cluster.

Fields

A description of the parameter group.

The name of the parameter group.

Trait Implementations

impl Default for ParameterGroup
[src]

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

impl Debug for ParameterGroup
[src]

Formats the value using the given formatter. Read more

impl Clone for ParameterGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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