Class: Aws::EC2::Types::ClassicLoadBalancer
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClassicLoadBalancer
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a Classic Load Balancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the load balancer.
Instance Attribute Details
#name ⇒ String
The name of the load balancer.
5744 5745 5746 5747 5748 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5744 class ClassicLoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |