Class: Aws::Lightsail::Types::DetachInstancesFromLoadBalancerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DetachInstancesFromLoadBalancerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_names ⇒ Array<String>
An array of strings containing the names of the instances you want to detach from the load balancer.
-
#load_balancer_name ⇒ String
The name of the Lightsail load balancer.
Instance Attribute Details
#instance_names ⇒ Array<String>
An array of strings containing the names of the instances you want to detach from the load balancer.
5487 5488 5489 5490 5491 5492 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5487 class DetachInstancesFromLoadBalancerRequest < Struct.new( :load_balancer_name, :instance_names) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the Lightsail load balancer.
5487 5488 5489 5490 5491 5492 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5487 class DetachInstancesFromLoadBalancerRequest < Struct.new( :load_balancer_name, :instance_names) SENSITIVE = [] include Aws::Structure end |