Class: Aws::QuickSight::Types::SnapshotJobResultFileGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::SnapshotJobResultFileGroup
 
 
- 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
- 
  
    
      #files  ⇒ Array<Types::SnapshotFile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of
SnapshotFileobjects. - 
  
    
      #s3_results  ⇒ Array<Types::SnapshotJobS3Result> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of
SnapshotJobS3Resultobjects. 
Instance Attribute Details
#files ⇒ Array<Types::SnapshotFile>
A list of SnapshotFile objects.
      32918 32919 32920 32921 32922 32923  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32918 class SnapshotJobResultFileGroup < Struct.new( :files, :s3_results) SENSITIVE = [] include Aws::Structure end  | 
  
#s3_results ⇒ Array<Types::SnapshotJobS3Result>
A list of SnapshotJobS3Result objects.
      32918 32919 32920 32921 32922 32923  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32918 class SnapshotJobResultFileGroup < Struct.new( :files, :s3_results) SENSITIVE = [] include Aws::Structure end  |