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:



26689
26690
26691
26692
26693
26694
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26689

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

#s3_resultsArray<Types::SnapshotJobS3Result>

A list of SnapshotJobS3Result objects.

Returns:



26689
26690
26691
26692
26693
26694
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26689

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