Class: Aws::AutoScaling::Types::AlarmSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AlarmSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Specifies the CloudWatch alarm specification to use in an instance refresh.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarms ⇒ Array<String>
The names of one or more CloudWatch alarms to monitor for the instance refresh.
Instance Attribute Details
#alarms ⇒ Array<String>
The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
219 220 221 222 223 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 219 class AlarmSpecification < Struct.new( :alarms) SENSITIVE = [] include Aws::Structure end |