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