Class: Aws::QuickSight::Types::SnapshotAnonymousUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotAnonymousUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains information on the anonymous user configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#row_level_permission_tags ⇒ Array<Types::SessionTag>
The tags to be used for row-level security (RLS).
Instance Attribute Details
#row_level_permission_tags ⇒ Array<Types::SessionTag>
The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a ‘DataSet$RowLevelPermissionTagConfiguration` API call.
These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see [Using Row-Level Security (RLS) with Tags]in the *Amazon QuickSight User Guide*.
[1]: docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html
27346 27347 27348 27349 27350 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27346 class SnapshotAnonymousUser < Struct.new( :row_level_permission_tags) SENSITIVE = [] include Aws::Structure end |