Class: Aws::ElasticLoadBalancing::Types::TagDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::TagDescription
- 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
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#tags ⇒ Array<Types::Tag>
The tags.
Instance Attribute Details
#load_balancer_name ⇒ String
The name of the load balancer.
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 |
#tags ⇒ Array<Types::Tag>
The tags.
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 |