Struct rusoto_cloudwatch::DescribeAlarmsInput [] [src]

pub struct DescribeAlarmsInput {
    pub action_prefix: Option<String>,
    pub alarm_name_prefix: Option<String>,
    pub alarm_names: Option<Vec<String>>,
    pub max_records: Option<i64>,
    pub next_token: Option<String>,
    pub state_value: Option<String>,
}

Fields

The action name prefix.

The alarm name prefix. If this parameter is specified, you cannot specify AlarmNames.

The names of the alarms.

The maximum number of alarm descriptions to retrieve.

The token returned by a previous call to indicate that there is more data available.

The state value to be used in matching alarms.

Trait Implementations

impl Default for DescribeAlarmsInput
[src]

[src]

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

impl Debug for DescribeAlarmsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeAlarmsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more