Class: Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the parameters for AttachLoaBalancerToSubnets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


209
210
211
212
213
214
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 209

class AttachLoadBalancerToSubnetsInput < Struct.new(
  :load_balancer_name,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end

#subnetsArray<String>

The IDs of the subnets to add. You can add only one subnet per Availability Zone.

Returns:

  • (Array<String>)


209
210
211
212
213
214
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 209

class AttachLoadBalancerToSubnetsInput < Struct.new(
  :load_balancer_name,
  :subnets)
  SENSITIVE = []
  include Aws::Structure
end