You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::DescribeAlarmHistoryInputWhen passing DescribeAlarmHistoryInput as input to an Aws::Client method, you can use a vanilla Hash:
{
alarm_name: "AlarmName",
alarm_types: ["CompositeAlarm"], history_item_type: "ConfigurationUpdate", start_date: Time.now,
end_date: Time.now,
max_records: 1,
next_token: "NextToken",
scan_by: "TimestampDescending", }
Instance Attribute Summary collapse
The name of the alarm.
Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.
The ending date to retrieve alarm history.
The type of alarm histories to retrieve.
The maximum number of alarm history records to retrieve.
The token returned by a previous call to indicate that there is more data available.
Specified whether to return the newest or oldest alarm history first.
The starting date to retrieve alarm history.
Use this parameter to specify whether you want the operation to return metric alarms or composite alarms. If you omit this parameter, only metric alarms are returned.
#end_date ⇒ TimeThe ending date to retrieve alarm history.
#history_item_type ⇒ StringThe type of alarm histories to retrieve.
Possible values:
The maximum number of alarm history records to retrieve.
#next_token ⇒ StringThe token returned by a previous call to indicate that there is more data available.
#scan_by ⇒ StringSpecified whether to return the newest or oldest alarm history first. Specify TimestampDescending
to have the newest event history returned first, and specify TimestampAscending
to have the oldest history returned first.
Possible values:
The starting date to retrieve alarm history.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4