Class: Aws::CloudWatch::Types::DescribeAlarmHistoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DescribeAlarmHistoryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_history_items ⇒ Array<Types::AlarmHistoryItem>
The alarm histories, in JSON format.
-
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
Instance Attribute Details
#alarm_history_items ⇒ Array<Types::AlarmHistoryItem>
The alarm histories, in JSON format.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 639 class DescribeAlarmHistoryOutput < Struct.new( :alarm_history_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 639 class DescribeAlarmHistoryOutput < Struct.new( :alarm_history_items, :next_token) SENSITIVE = [] include Aws::Structure end |