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

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



26564
26565
26566
26567
26568
26569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26564

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

#s3_resultsArray<Types::SnapshotJobS3Result>

A list of SnapshotJobS3Result objects.

Returns:



26564
26565
26566
26567
26568
26569
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26564

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