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 Quick Sight, see Using Row-Level Security (RLS) with Tagsin the Amazon Quick Suite User Guide.
34561 34562 34563 34564 34565 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34561 class SnapshotAnonymousUser < Struct.new( :row_level_permission_tags) SENSITIVE = [] include Aws::Structure end |