Class: Aws::AutoScaling::Types::Alarm
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::Alarm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Describes an alarm.
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.
210 211 212 213 214 215 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 210 class Alarm < Struct.new( :alarm_name, :alarm_arn) SENSITIVE = [] include Aws::Structure end |
#alarm_name ⇒ String
The name of the alarm.
210 211 212 213 214 215 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 210 class Alarm < Struct.new( :alarm_name, :alarm_arn) SENSITIVE = [] include Aws::Structure end |