Class: Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsOutput
 
- Defined in:
- gems/aws-sdk-elasticloadbalancing/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 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 940 class DetachLoadBalancerFromSubnetsOutput < Struct.new( :subnets) SENSITIVE = [] include Aws::Structure end |