Class: Aws::AutoScaling::Types::DetachLoadBalancerTargetGroupsType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2464
2465
2466
2467
2468
2469
# File 'lib/aws-sdk-autoscaling/types.rb', line 2464

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

#target_group_arnsArray<String>

The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.

Returns:

  • (Array<String>)


2464
2465
2466
2467
2468
2469
# File 'lib/aws-sdk-autoscaling/types.rb', line 2464

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