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

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

#load_balancer_nameString

The name of the load balancer you want to delete.

Returns:

  • (String)


5241
5242
5243
5244
5245
# File 'lib/aws-sdk-lightsail/types.rb', line 5241

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