You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AttachLoadBalancerTargetGroupsType as input to an Aws::Client method, you can use a vanilla Hash:

{
  auto_scaling_group_name: "ResourceName", # required
  target_group_arns: ["XmlStringMaxLen511"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#target_group_arnsArray<String>

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

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARN) of the target groups.