Class: Aws::ElasticLoadBalancing::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::Tag
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Information about a tag.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the tag.
-
#value ⇒ String
The value of the tag.
Instance Attribute Details
#key ⇒ String
The key of the tag.
1889 1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1889 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the tag.
1889 1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 1889 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |