Class: Aws::QuickSight::Types::RowLevelPermissionTagConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RowLevelPermissionTagConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of tags on a dataset to set row-level security.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of row-level security tags.
-
#tag_rules ⇒ Array<Types::RowLevelPermissionTagRule>
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
Instance Attribute Details
#status ⇒ String
The status of row-level security tags. If enabled, the status is
ENABLED
. If disabled, the status is DISABLED
.
19168 19169 19170 19171 19172 19173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19168 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules) SENSITIVE = [] include Aws::Structure end |
#tag_rules ⇒ Array<Types::RowLevelPermissionTagRule>
A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.
19168 19169 19170 19171 19172 19173 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19168 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules) SENSITIVE = [] include Aws::Structure end |