Class: Aws::ElasticLoadBalancing::Types::TagDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

The tags associated with a load balancer.

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


2137
2138
2139
2140
2141
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 2137

class TagDescription < Struct.new(
  :load_balancer_name,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags.

Returns:



2137
2138
2139
2140
2141
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 2137

class TagDescription < Struct.new(
  :load_balancer_name,
  :tags)
  include Aws::Structure
end