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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_history_itemsArray<Types::AlarmHistoryItem>

The alarm histories, in JSON format.

Returns:



639
640
641
642
643
644
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 639

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

#next_tokenString

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

Returns:

  • (String)


639
640
641
642
643
644
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 639

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