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.
30546 30547 30548 30549 30550 30551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30546 class SnapshotJobResultFileGroup < Struct.new( :files, :s3_results) SENSITIVE = [] include Aws::Structure end |
#s3_results ⇒ Array<Types::SnapshotJobS3Result>
A list of ‘SnapshotJobS3Result` objects.
30546 30547 30548 30549 30550 30551 |
# File 'lib/aws-sdk-quicksight/types.rb', line 30546 class SnapshotJobResultFileGroup < Struct.new( :files, :s3_results) SENSITIVE = [] include Aws::Structure end |