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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnetsArray<String>

The IDs of the subnets attached to the load balancer.

Returns:

  • (Array<String>)


279
280
281
282
283
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 279

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