Class: Aws::Lightsail::Types::GetLoadBalancerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetLoadBalancerRequest
- 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.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
8605 8606 8607 8608 8609 |
# File 'lib/aws-sdk-lightsail/types.rb', line 8605 class GetLoadBalancerRequest < Struct.new( :load_balancer_name) SENSITIVE = [] include Aws::Structure end |