Class: Aws::QuickSight::Types::SnapshotFileGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#filesArray<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.

Returns:



30834
30835
30836
30837
30838
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30834

class SnapshotFileGroup < Struct.new(
  :files)
  SENSITIVE = []
  include Aws::Structure
end