Class: Aws::Lightsail::Types::DetachInstancesFromLoadBalancerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_namesArray<String>

An array of strings containing the names of the instances you want to detach from the load balancer.

Returns:

  • (Array<String>)


5470
5471
5472
5473
5474
5475
# File 'lib/aws-sdk-lightsail/types.rb', line 5470

class DetachInstancesFromLoadBalancerRequest < Struct.new(
  :load_balancer_name,
  :instance_names)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_nameString

The name of the Lightsail load balancer.

Returns:

  • (String)


5470
5471
5472
5473
5474
5475
# File 'lib/aws-sdk-lightsail/types.rb', line 5470

class DetachInstancesFromLoadBalancerRequest < Struct.new(
  :load_balancer_name,
  :instance_names)
  SENSITIVE = []
  include Aws::Structure
end