Class: Aws::QuickSight::Types::SnapshotFileGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotFileGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that contains the information on the snapshot files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#files ⇒ Array<Types::SnapshotFile>
A list of ‘SnapshotFile` objects that contain the information on the snapshot files that need to be generated.
Instance Attribute Details
#files ⇒ Array<Types::SnapshotFile>
A list of ‘SnapshotFile` objects that contain the information on the snapshot files that need to be generated. This structure can hold 1 configuration at a time.
27448 27449 27450 27451 27452 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27448 class SnapshotFileGroup < Struct.new( :files) SENSITIVE = [] include Aws::Structure end |