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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/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>)


224
225
226
227
228
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 224

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