class Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsInput

Contains the parameters for AttachLoaBalancerToSubnets.

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

data as a hash:

    {
      load_balancer_name: "AccessPointName", # required
      subnets: ["SubnetId"], # required
    }

@!attribute [rw] load_balancer_name

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

@!attribute [rw] subnets

The IDs of the subnets to add. You can add only one subnet per
Availability Zone.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/AttachLoadBalancerToSubnetsInput AWS API Documentation

Constants

SENSITIVE