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)


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

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