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.



30240
30241
30242
30243
30244
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30240

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