Struct rusoto_cloudwatch::DescribeAlarmHistoryOutput[][src]

pub struct DescribeAlarmHistoryOutput {
    pub alarm_history_items: Option<Vec<AlarmHistoryItem>>,
    pub next_token: Option<String>,
}

Fields

The alarm histories, in JSON format.

The token that marks the start of the next batch of returned results.

Trait Implementations

impl Default for DescribeAlarmHistoryOutput
[src]

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

impl Debug for DescribeAlarmHistoryOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAlarmHistoryOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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