Class: Aws::QuickSight::Types::SnapshotUserConfiguration

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_usersArray<Types::SnapshotAnonymousUser>

An array of records that describe the anonymous users that the dashboard snapshot is generated for.

Returns:



27491
27492
27493
27494
27495
# File 'lib/aws-sdk-quicksight/types.rb', line 27491

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