Class: Aws::QuickSight::Types::SnapshotJobResultFileGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filesArray<Types::SnapshotFile>

A list of ‘SnapshotFile` objects.

Returns:



26892
26893
26894
26895
26896
26897
# File 'lib/aws-sdk-quicksight/types.rb', line 26892

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

#s3_resultsArray<Types::SnapshotJobS3Result>

A list of ‘SnapshotJobS3Result` objects.

Returns:



26892
26893
26894
26895
26896
26897
# File 'lib/aws-sdk-quicksight/types.rb', line 26892

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