Class: Aws::QuickSight::Types::SnapshotUserConfigurationRedacted

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

Overview

A structure that contains information about the users that the dashboard snapshot is generated for. Sensitive user information is excluded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_usersArray<Types::SnapshotAnonymousUserRedacted>

An array of records that describe anonymous users that the dashboard snapshot is generated for. Sensitive user information is excluded.



27508
27509
27510
27511
27512
# File 'lib/aws-sdk-quicksight/types.rb', line 27508

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