Class: Aws::CloudWatch::Types::DescribeAlarmContributorsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::DescribeAlarmContributorsInput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_name ⇒ String
The name of the alarm for which to retrieve contributor information.
-
#next_token ⇒ String
The token returned by a previous call to indicate that there is more data available.
Instance Attribute Details
#alarm_name ⇒ String
The name of the alarm for which to retrieve contributor information.
646 647 648 649 650 651 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 646 class DescribeAlarmContributorsInput < Struct.new( :alarm_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to indicate that there is more data available.
646 647 648 649 650 651 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 646 class DescribeAlarmContributorsInput < Struct.new( :alarm_name, :next_token) SENSITIVE = [] include Aws::Structure end |