Class: Aws::QuickSight::Types::SnapshotAnonymousUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotAnonymousUser
- Defined in:
- gems/aws-sdk-quicksight/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 Tagsin the Amazon QuickSight User Guide.
30326 30327 30328 30329 30330 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30326 class SnapshotAnonymousUser < Struct.new( :row_level_permission_tags) SENSITIVE = [] include Aws::Structure end |