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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



26767
26768
26769
26770
26771
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26767

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