Class: Aws::Lightsail::Types::DeleteLoadBalancerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer you want to delete.

Returns:

  • (String)


5259
5260
5261
5262
5263
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5259

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