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.
30624 30625 30626 30627 30628 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30624 class SnapshotUserConfigurationRedacted < Struct.new( :anonymous_users) SENSITIVE = [] include Aws::Structure end |