Class: Aws::QuickSight::Types::SnapshotJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotJobResult
- 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
-
#anonymous_users ⇒ Array<Types::AnonymousUserSnapshotJobResult>
A list of
AnonymousUserSnapshotJobResult
objects that contain information on anonymous users and their user configurations.
Instance Attribute Details
#anonymous_users ⇒ Array<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.
30508 30509 30510 30511 30512 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30508 class SnapshotJobResult < Struct.new( :anonymous_users) SENSITIVE = [] include Aws::Structure end |