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

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

Overview

The tags associated with a load balancer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1908

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

#tagsArray<Types::Tag>

The tags.

Returns:



1908
1909
1910
1911
1912
1913
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 1908

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