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

Class: Aws::AutoScaling::Types::DetachLoadBalancersType

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

Overview

Note:

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

{
  auto_scaling_group_name: "ResourceName", # required
  load_balancer_names: ["XmlStringMaxLen255"], # 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.

#load_balancer_namesArray<String>

The names of the load balancers. You can specify up to 10 load balancers.

Returns:

  • (Array<String>)

    The names of the load balancers.