Struct rusoto_route53::Dimension [] [src]

pub struct Dimension {
    pub name: DimensionField,
    pub value: DimensionField,
}

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

Fields

For the metric that the CloudWatch alarm is associated with, the name of one dimension.

For the metric that the CloudWatch alarm is associated with, the value of one dimension.

Trait Implementations

impl Default for Dimension
[src]

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

impl Clone for Dimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dimension
[src]

Formats the value using the given formatter.