Class: Aws::QuickSight::Types::SessionTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SessionTag
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The key-value pair used for the row-level security tags feature.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#key ⇒ String
The key for the tag.
-
#value ⇒ String
The value that you want to assign the tag.
Instance Attribute Details
#key ⇒ String
The key for the tag.
29225 29226 29227 29228 29229 29230 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29225 class SessionTag < Struct.new( :key, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The value that you want to assign the tag.
29225 29226 29227 29228 29229 29230 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29225 class SessionTag < Struct.new( :key, :value) SENSITIVE = [:value] include Aws::Structure end |