Class: Aws::ElasticBeanstalk::Types::LoadBalancer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Describes a LoadBalancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the LoadBalancer.

Returns:

  • (String)


2974
2975
2976
2977
2978
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2974

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