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:



31106
31107
31108
31109
31110
31111
# File 'lib/aws-sdk-quicksight/types.rb', line 31106

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

#s3_resultsArray<Types::SnapshotJobS3Result>

A list of ‘SnapshotJobS3Result` objects.

Returns:



31106
31107
31108
31109
31110
31111
# File 'lib/aws-sdk-quicksight/types.rb', line 31106

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