Class: Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the output of DetachLoadBalancerFromSubnets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnets ⇒ Array<String>
The IDs of the remaining subnets for the load balancer.
Instance Attribute Details
#subnets ⇒ Array<String>
The IDs of the remaining subnets for the load balancer.
940 941 942 943 944 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 940 class DetachLoadBalancerFromSubnetsOutput < Struct.new( :subnets) SENSITIVE = [] include Aws::Structure end |