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_rule_configurations ⇒ Array<Array<String>>
A list of tag configuration rules to apply to a dataset.
-
#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.
31584 31585 31586 31587 31588 31589 31590 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31584 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules, :tag_rule_configurations) SENSITIVE = [] include Aws::Structure end |
#tag_rule_configurations ⇒ Array<Array<String>>
A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.
31584 31585 31586 31587 31588 31589 31590 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31584 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules, :tag_rule_configurations) 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.
31584 31585 31586 31587 31588 31589 31590 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31584 class RowLevelPermissionTagConfiguration < Struct.new( :status, :tag_rules, :tag_rule_configurations) SENSITIVE = [] include Aws::Structure end |