Class: Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the output of DetachLoadBalancerFromSubnets.

Instance Attribute Summary collapse

Instance Attribute Details

#subnetsArray<String>

The IDs of the remaining subnets for the load balancer.

Returns:

  • (Array<String>)


1132
1133
1134
1135
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1132

class DetachLoadBalancerFromSubnetsOutput < Struct.new(
  :subnets)
  include Aws::Structure
end