Struct rusoto_application_autoscaling::MetricDimension [] [src]

pub struct MetricDimension {
    pub name: String,
    pub value: String,
}

Describes the dimension of a metric.

Fields

The name of the dimension.

The value of the dimension.

Trait Implementations

impl Default for MetricDimension
[src]

[src]

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

impl Debug for MetricDimension
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MetricDimension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations