Class: Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::DetachLoadBalancerFromSubnetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for DetachLoadBalancerFromSubnets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#subnets ⇒ Array<String>
The IDs of the subnets.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 925 class DetachLoadBalancerFromSubnetsInput < Struct.new( :load_balancer_name, :subnets) SENSITIVE = [] include Aws::Structure end |
#subnets ⇒ Array<String>
The IDs of the subnets.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 925 class DetachLoadBalancerFromSubnetsInput < Struct.new( :load_balancer_name, :subnets) SENSITIVE = [] include Aws::Structure end |