Class: Aws::CloudWatch::Types::DescribeAlarmHistoryOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_history_itemsArray<Types::AlarmHistoryItem>

The alarm histories, in JSON format.

Returns:



242
243
244
245
246
# File 'lib/aws-sdk-cloudwatch/types.rb', line 242

class DescribeAlarmHistoryOutput < Struct.new(
  :alarm_history_items,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token that marks the start of the next batch of returned results.

Returns:

  • (String)


242
243
244
245
246
# File 'lib/aws-sdk-cloudwatch/types.rb', line 242

class DescribeAlarmHistoryOutput < Struct.new(
  :alarm_history_items,
  :next_token)
  include Aws::Structure
end