Class: Aws::CloudWatch::Types::DescribeAlarmContributorsInput

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_nameString

The name of the alarm for which to retrieve contributor information.

Returns:

  • (String)


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_tokenString

The token returned by a previous call to indicate that there is more data available.

Returns:

  • (String)


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