Class: Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for AttachLoaBalancerToSubnets.
Constant Summary collapse
- SENSITIVE =
[]
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.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 209 class AttachLoadBalancerToSubnetsInput < Struct.new( :load_balancer_name, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 209 class AttachLoadBalancerToSubnetsInput < Struct.new( :load_balancer_name, :subnets) SENSITIVE = [] include Aws::Structure end |