Struct cfn::aws::cloudwatch::alarm::Dimension [] [src]

pub struct Dimension {
    pub name: Value<String>,
    pub value: Value<String>,
}

Fields

Property Name.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Value.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for Dimension
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Dimension
[src]

[src]

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

Auto Trait Implementations

impl Send for Dimension

impl Sync for Dimension