Class: Aws::DataExchange::Types::ExportRevisionsToS3RequestDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ExportRevisionsToS3RequestDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Details of the operation to be performed by the job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the data set associated with this export job.
 - 
  
    
      #encryption  ⇒ Types::ExportServerSideEncryption 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Encryption configuration for the export job.
 - 
  
    
      #revision_destinations  ⇒ Array<Types::RevisionDestinationEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination for the revision.
 
Instance Attribute Details
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
      1407 1408 1409 1410 1411 1412 1413  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1407 class ExportRevisionsToS3RequestDetails < Struct.new( :data_set_id, :encryption, :revision_destinations) SENSITIVE = [] include Aws::Structure end  | 
  
#encryption ⇒ Types::ExportServerSideEncryption
Encryption configuration for the export job.
      1407 1408 1409 1410 1411 1412 1413  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1407 class ExportRevisionsToS3RequestDetails < Struct.new( :data_set_id, :encryption, :revision_destinations) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_destinations ⇒ Array<Types::RevisionDestinationEntry>
The destination for the revision.
      1407 1408 1409 1410 1411 1412 1413  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1407 class ExportRevisionsToS3RequestDetails < Struct.new( :data_set_id, :encryption, :revision_destinations) SENSITIVE = [] include Aws::Structure end  |