Struct rusoto_cloudwatch::DescribeAlarmsInput [] [src]

pub struct DescribeAlarmsInput {
    pub action_prefix: Option<ActionPrefix>,
    pub alarm_name_prefix: Option<AlarmNamePrefix>,
    pub alarm_names: Option<AlarmNames>,
    pub max_records: Option<MaxRecords>,
    pub next_token: Option<NextToken>,
    pub state_value: Option<StateValue>,
}

Fields

The action name prefix.

The alarm name prefix. You cannot specify AlarmNames if this parameter is specified.

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]

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

impl Debug for DescribeAlarmsInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeAlarmsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more