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.
5813 5814 5815 5816 5817 |
# File 'lib/aws-sdk-ec2/types.rb', line 5813 class ClassicLoadBalancer < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |