Struct rusoto_codedeploy::Alarm [] [src]

pub struct Alarm {
    pub name: Option<String>,
}

Information about an alarm.

Fields

The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms.

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.

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