Class: Aws::Lightsail::Types::DeleteLoadBalancerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteLoadBalancerRequest
- Includes:
- Structure
- Defined in:
- 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.
5258 5259 5260 5261 5262 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5258 class DeleteLoadBalancerRequest < Struct.new( :load_balancer_name) SENSITIVE = [] include Aws::Structure end |