Class: Aws::EC2::Types::ClassicLoadBalancer
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClassicLoadBalancer
- Includes:
- Structure
- Defined in:
- 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.
5331 5332 5333 5334 5335 |
# File 'lib/aws-sdk-ec2/types.rb', line 5331 class ClassicLoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |