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