Class: Aws::CodeDeploy::Types::AutoScalingGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about an Auto Scaling group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hookString

An Auto Scaling lifecycle event hook name.

Returns:

  • (String)


234
235
236
237
238
239
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 234

class AutoScalingGroup < Struct.new(
  :name,
  :hook)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The Auto Scaling group name.

Returns:

  • (String)


234
235
236
237
238
239
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 234

class AutoScalingGroup < Struct.new(
  :name,
  :hook)
  SENSITIVE = []
  include Aws::Structure
end