Class: Aws::QuickSight::Types::SnapshotUserConfigurationRedacted
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotUserConfigurationRedacted
- 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
-
#anonymous_users ⇒ Array<Types::SnapshotAnonymousUserRedacted>
An array of records that describe anonymous users that the dashboard snapshot is generated for.
Instance Attribute Details
#anonymous_users ⇒ Array<Types::SnapshotAnonymousUserRedacted>
An array of records that describe anonymous users that the dashboard snapshot is generated for. Sensitive user information is excluded.
28858 28859 28860 28861 28862 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28858 class SnapshotUserConfigurationRedacted < Struct.new( :anonymous_users) SENSITIVE = [] include Aws::Structure end |