Class: Aws::QuickSight::Types::SnapshotAnonymousUser

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#row_level_permission_tagsArray<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

Returns:



27210
27211
27212
27213
27214
# File 'lib/aws-sdk-quicksight/types.rb', line 27210

class SnapshotAnonymousUser < Struct.new(
  :row_level_permission_tags)
  SENSITIVE = []
  include Aws::Structure
end