Class: Aws::CloudDirectory::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::Tag
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The tag structure that contains a tag key and value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key that is associated with the tag.
-
#value ⇒ String
The value that is associated with the tag.
Instance Attribute Details
#key ⇒ String
The key that is associated with the tag.
4960 4961 4962 4963 4964 4965 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4960 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that is associated with the tag.
4960 4961 4962 4963 4964 4965 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4960 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |