Class: Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::AttachLoadBalancerToSubnetsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the output of AttachLoadBalancerToSubnets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnets ⇒ Array<String>
The IDs of the subnets attached to the load balancer.
Instance Attribute Details
#subnets ⇒ Array<String>
The IDs of the subnets attached to the load balancer.
224 225 226 227 228 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 224 class AttachLoadBalancerToSubnetsOutput < Struct.new( :subnets) SENSITIVE = [] include Aws::Structure end |