Struct rusoto_route53::Dimension[][src]

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

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 Debug for Dimension
[src]

Formats the value using the given formatter. Read more

impl Clone for Dimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Dimension

impl Sync for Dimension