[][src]Struct rusoto_cloudwatch::SetAlarmStateInput

pub struct SetAlarmStateInput {
    pub alarm_name: String,
    pub state_reason: String,
    pub state_reason_data: Option<String>,
    pub state_value: String,
}

Fields

The name for the alarm. This name must be unique within the AWS account. The maximum length is 255 characters.

The reason that this alarm is set to this specific state, in text format.

The reason that this alarm is set to this specific state, in JSON format.

The value of the state.

Trait Implementations

impl Clone for SetAlarmStateInput
[src]

Performs copy-assignment from source. Read more

impl Default for SetAlarmStateInput
[src]

impl PartialEq<SetAlarmStateInput> for SetAlarmStateInput
[src]

impl Debug for SetAlarmStateInput
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T