Struct rusoto_cloudwatch::Dimension [] [src]

pub struct Dimension {
    pub name: DimensionName,
    pub value: DimensionValue,
}

Expands the identity of a metric.

Fields

The name of the dimension.

The value representing the dimension measurement.

Trait Implementations

impl Default for Dimension
[src]

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

impl Debug for Dimension
[src]

Formats the value using the given formatter.

impl Clone for Dimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more