Class: Aws::QuickSight::Types::SnapshotAnonymousUserRedacted

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Use this structure to redact sensitive information that you provide about an anonymous user from the snapshot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#row_level_permission_tag_keysArray<String>

The tag keys for the RowLevelPermissionTags.

Returns:

  • (Array<String>)


26359
26360
26361
26362
26363
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26359

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