Class: Aws::QuickSight::Types::SnapshotJobResultFileGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotJobResultFileGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains information on the generated snapshot file groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#files ⇒ Array<Types::SnapshotFile>
A list of ‘SnapshotFile` objects.
-
#s3_results ⇒ Array<Types::SnapshotJobS3Result>
A list of ‘SnapshotJobS3Result` objects.
Instance Attribute Details
#files ⇒ Array<Types::SnapshotFile>
A list of ‘SnapshotFile` objects.
27358 27359 27360 27361 27362 27363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27358 class SnapshotJobResultFileGroup < Struct.new( :files, :s3_results) SENSITIVE = [] include Aws::Structure end |
#s3_results ⇒ Array<Types::SnapshotJobS3Result>
A list of ‘SnapshotJobS3Result` objects.
27358 27359 27360 27361 27362 27363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27358 class SnapshotJobResultFileGroup < Struct.new( :files, :s3_results) SENSITIVE = [] include Aws::Structure end |