class Aws::AutoScaling::Types::AttachLoadBalancerTargetGroupsType
@note When making an API call, you may pass AttachLoadBalancerTargetGroupsType
data as a hash: { auto_scaling_group_name: "XmlStringMaxLen255", # required target_group_arns: ["XmlStringMaxLen511"], # required }
@!attribute [rw] auto_scaling_group_name
The name of the Auto Scaling group. @return [String]
@!attribute [rw] target_group_arns
The Amazon Resource Names (ARN) 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][1] API operation. [1]: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeTargetGroups.html @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/AttachLoadBalancerTargetGroupsType AWS API Documentation
Constants
- SENSITIVE