class Aws::Lightsail::Types::DetachInstancesFromLoadBalancerRequest

@note When making an API call, you may pass DetachInstancesFromLoadBalancerRequest

data as a hash:

    {
      load_balancer_name: "ResourceName", # required
      instance_names: ["ResourceName"], # required
    }

@!attribute [rw] load_balancer_name

The name of the Lightsail load balancer.
@return [String]

@!attribute [rw] instance_names

An array of strings containing the names of the instances you want
to detach from the load balancer.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DetachInstancesFromLoadBalancerRequest AWS API Documentation

Constants

SENSITIVE