Class: Aws::Lightsail::Types::DeleteLoadBalancerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteLoadBalancerRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_name ⇒ String
The name of the load balancer you want to delete.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer you want to delete.
5372 5373 5374 5375 5376 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5372 class DeleteLoadBalancerRequest < Struct.new( :load_balancer_name) SENSITIVE = [] include Aws::Structure end |