Class: Aws::QuickSight::Types::RegisteredUserSnapshotJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::RegisteredUserSnapshotJobResult
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains information about files that are requested
for registered user during a StartDashboardSnapshotJob API call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_groups ⇒ Array<Types::SnapshotJobResultFileGroup>
A list of
SnapshotJobResultFileGroupobjects that contain information on the files that are requested for registered user during aStartDashboardSnapshotJobAPI call.
Instance Attribute Details
#file_groups ⇒ Array<Types::SnapshotJobResultFileGroup>
A list of SnapshotJobResultFileGroup objects that contain
information on the files that are requested for registered user
during a StartDashboardSnapshotJob API call. If the job succeeds,
these objects contain the location where the snapshot artifacts are
stored. If the job fails, the objects contain information about the
error that caused the job to fail.
31703 31704 31705 31706 31707 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31703 class RegisteredUserSnapshotJobResult < Struct.new( :file_groups) SENSITIVE = [] include Aws::Structure end |