Struct rusoto_autoscaling::Alarm[][src]

pub struct Alarm {
    pub alarm_arn: Option<String>,
    pub alarm_name: Option<String>,
}

Describes an alarm.

Fields

The Amazon Resource Name (ARN) of the alarm.

The name of the alarm.

Trait Implementations

impl Default for Alarm
[src]

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

impl Debug for Alarm
[src]

Formats the value using the given formatter. Read more

impl Clone for Alarm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Alarm