Struct rusoto_application_autoscaling::Alarm [] [src]

pub struct Alarm {
    pub alarm_arn: String,
    pub alarm_name: String,
}

Represents a CloudWatch alarm associated with a scaling policy.

Fields

The Amazon Resource Name (ARN) of the alarm.

The name of the alarm.

Trait Implementations

impl Default for Alarm
[src]

[src]

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

impl Debug for Alarm
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Alarm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Alarm

impl Sync for Alarm