Class: Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsOutput

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

Overview

Contains the output of AttachLoadBalancerToSubnets.

Instance Attribute Summary collapse

Instance Attribute Details

#subnetsArray<String>

The IDs of the subnets attached to the load balancer.

Returns:

  • (Array<String>)


253
254
255
256
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 253

class AttachLoadBalancerToSubnetsOutput < Struct.new(
  :subnets)
  include Aws::Structure
end