Class: Aws::AutoScaling::Types::AlarmSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/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

Instance Attribute Details

#alarmsArray<String>

The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.

Returns:

  • (Array<String>)


219
220
221
222
223
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 219

class AlarmSpecification < Struct.new(
  :alarms)
  SENSITIVE = []
  include Aws::Structure
end