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]

[src]

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

impl Debug for ParameterGroup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ParameterGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations