class Aws::Lightsail::Types::AttachInstancesToLoadBalancerRequest

@note When making an API call, you may pass AttachInstancesToLoadBalancerRequest

data as a hash:

    {
      load_balancer_name: "ResourceName", # required
      instance_names: ["ResourceName"], # required
    }

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] instance_names

An array of strings representing the instance name(s) you want to
attach to your load balancer.

An instance must be `running` before you can attach it to your load
balancer.

There are no additional limits on the number of instances you can
attach to your load balancer, aside from the limit of Lightsail
instances you can create in your account (20).
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/AttachInstancesToLoadBalancerRequest AWS API Documentation

Constants

SENSITIVE