Class: Aws::EC2::Types::ClassicLoadBalancer

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the load balancer.

Returns:

  • (String)


5148
5149
5150
5151
5152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5148

class ClassicLoadBalancer < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end