A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatch/Types/DescribeAlarmHistoryInput.html below:

DescribeAlarmHistoryInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::DescribeAlarmHistoryInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #alarm_types ⇒ Array<String>

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 ⇒ Time

The ending date to retrieve alarm history.

#history_item_type ⇒ String

The type of alarm histories to retrieve.

Possible values:

#max_records ⇒ Integer

The maximum number of alarm history records to retrieve.

#next_token ⇒ String

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

#scan_by ⇒ String

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.

Possible values:

#start_date ⇒ Time

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