Class: Aws::CloudWatch::Types::DescribeAlarmContributorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DescribeAlarmContributorsOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_contributors ⇒ Array<Types::AlarmContributor>
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
-
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
Instance Attribute Details
#alarm_contributors ⇒ Array<Types::AlarmContributor>
A list of alarm contributors that provide details about the individual time series contributing to the alarm's state.
665 666 667 668 669 670 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 665 class DescribeAlarmContributorsOutput < Struct.new( :alarm_contributors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that marks the start of the next batch of returned results.
665 666 667 668 669 670 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 665 class DescribeAlarmContributorsOutput < Struct.new( :alarm_contributors, :next_token) SENSITIVE = [] include Aws::Structure end |