Class: Aws::AutoScaling::Types::DetachLoadBalancerTargetGroupsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DetachLoadBalancerTargetGroupsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#target_group_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the target groups.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
2475 2476 2477 2478 2479 2480 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2475 class DetachLoadBalancerTargetGroupsType < Struct.new( :auto_scaling_group_name, :target_group_arns) SENSITIVE = [] include Aws::Structure end |
#target_group_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the target groups. You can specify up to 10 target groups.
2475 2476 2477 2478 2479 2480 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2475 class DetachLoadBalancerTargetGroupsType < Struct.new( :auto_scaling_group_name, :target_group_arns) SENSITIVE = [] include Aws::Structure end |