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.
7595 7596 7597 7598 7599 |
# File 'lib/aws-sdk-ec2/types.rb', line 7595 class ClassicLoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |