class
Amazonite::CloudWatch::DescribeAlarmHistoryInput
- Amazonite::CloudWatch::DescribeAlarmHistoryInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_alarm_history_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(alarm_name : String | Nil = nil, alarm_contributor_id : String | Nil = nil, alarm_types : Array(AlarmType) | Nil = nil, history_item_type : HistoryItemType | Nil = nil, start_date : Time | Nil = nil, end_date : Time | Nil = nil, max_records : Int32 | Nil = nil, next_token : String | Nil = nil, scan_by : ScanBy | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#alarm_contributor_id : String | Nil
The unique identifier of a specific alarm contributor to filter the alarm history results.
-
#alarm_contributor_id=(alarm_contributor_id : String | Nil)
The unique identifier of a specific alarm contributor to filter the alarm history results.
-
#alarm_name : String | Nil
The name of the alarm.
-
#alarm_name=(alarm_name : String | Nil)
The name of the alarm.
-
#alarm_types : Array(AlarmType) | Nil
Use this parameter to specify whether you want the operation to return metric alarms, composite alarms, or log alarms.
-
#alarm_types=(alarm_types : Array(AlarmType) | Nil)
Use this parameter to specify whether you want the operation to return metric alarms, composite alarms, or log alarms.
-
#end_date : Time | Nil
The ending date to retrieve alarm history.
-
#end_date=(end_date : Time | Nil)
The ending date to retrieve alarm history.
-
#hash(hasher)
See
Object#hash(hasher) -
#history_item_type : HistoryItemType | Nil
The type of alarm histories to retrieve.
-
#history_item_type=(history_item_type : HistoryItemType | Nil)
The type of alarm histories to retrieve.
-
#max_records : Int32 | Nil
The maximum number of alarm history records to retrieve.
-
#max_records=(max_records : Int32 | Nil)
The maximum number of alarm history records to retrieve.
-
#next_token : String | Nil
The token returned by a previous call to indicate that there is more data available.
-
#next_token=(next_token : String | Nil)
The token returned by a previous call to indicate that there is more data available.
-
#scan_by : ScanBy | Nil
Specified whether to return the newest or oldest alarm history first.
-
#scan_by=(scan_by : ScanBy | Nil)
Specified whether to return the newest or oldest alarm history first.
-
#start_date : Time | Nil
The starting date to retrieve alarm history.
-
#start_date=(start_date : Time | Nil)
The starting date to retrieve alarm history.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The unique identifier of a specific alarm contributor to filter the alarm history results.
The unique identifier of a specific alarm contributor to filter the alarm history results.
Use this parameter to specify whether you want the operation to return metric alarms, composite alarms, or log alarms. If you omit this parameter, only metric alarms are returned.
Use this parameter to specify whether you want the operation to return metric alarms, composite alarms, or log alarms. If you omit this parameter, only metric alarms are returned.
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.
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. Specify
TimestampDescending to have the newest event history returned first, and specify
TimestampAscending to have the oldest history returned first.
Specified 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.