Class: Aws::ApplicationAutoScaling::Types::Alarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::Alarm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Represents a CloudWatch alarm associated with a scaling policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarm_arn ⇒ String
The Amazon Resource Name (ARN) of the alarm.
-
#alarm_name ⇒ String
The name of the alarm.
Instance Attribute Details
#alarm_arn ⇒ String
The Amazon Resource Name (ARN) of the alarm.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 25 class Alarm < Struct.new( :alarm_name, :alarm_arn) SENSITIVE = [] include Aws::Structure end |
#alarm_name ⇒ String
The name of the alarm.
25 26 27 28 29 30 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 25 class Alarm < Struct.new( :alarm_name, :alarm_arn) SENSITIVE = [] include Aws::Structure end |