You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsInput
- Defined in:
- (unknown)
Overview
Note:
When passing AttachLoadBalancerToSubnetsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
load_balancer_name: "AccessPointName", # required
subnets: ["SubnetId"], # required
}
Contains the parameters for AttachLoaBalancerToSubnets.
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#subnets ⇒ Array<String>
The IDs of the subnets to add.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
#subnets ⇒ Array<String>
The IDs of the subnets to add. You can add only one subnet per Availability Zone.