Class: Aws::QuickSight::Types::SnapshotJobResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

An object that provides information on the result of a snapshot job. This object provides information about the job, the job status, and the location of the generated file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_usersArray<Types::AnonymousUserSnapshotJobResult>

A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.



34754
34755
34756
34757
34758
34759
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34754

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

#registered_usersArray<Types::RegisteredUserSnapshotJobResult>

A list of RegisteredUserSnapshotJobResult objects that contain information about files that are requested for registered user during a StartDashboardSnapshotJob API call.



34754
34755
34756
34757
34758
34759
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34754

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