Class: Aws::AutoScaling::Types::AttachLoadBalancerTargetGroupsType

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


277
278
279
280
281
282
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 277

class AttachLoadBalancerTargetGroupsType < Struct.new(
  :auto_scaling_group_name,
  :target_group_arns)
  SENSITIVE = []
  include Aws::Structure
end

#target_group_arnsArray<String>

The Amazon Resource Names (ARNs) of the target groups. You can specify up to 10 target groups. To get the ARN of a target group, use the Elastic Load Balancing DescribeTargetGroups API operation.

Returns:

  • (Array<String>)


277
278
279
280
281
282
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 277

class AttachLoadBalancerTargetGroupsType < Struct.new(
  :auto_scaling_group_name,
  :target_group_arns)
  SENSITIVE = []
  include Aws::Structure
end