Class: Aws::AutoScaling::Types::AttachLoadBalancerTargetGroupsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AttachLoadBalancerTargetGroupsType
- 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 (ARNs) of the target groups.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
277 278 279 280 281 282 |
# File '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_arns ⇒ Array<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.
[1]: docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html
277 278 279 280 281 282 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 277 class AttachLoadBalancerTargetGroupsType < Struct.new( :auto_scaling_group_name, :target_group_arns) SENSITIVE = [] include Aws::Structure end |