Class: Aws::QuickSight::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Tag
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Tag key.
-
#value ⇒ String
Tag value.
Instance Attribute Details
#key ⇒ String
Tag key.
35791 35792 35793 35794 35795 35796 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35791 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Tag value.
35791 35792 35793 35794 35795 35796 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35791 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |