Class: Aws::DataExchange::Types::AutoExportRevisionToS3RequestDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::AutoExportRevisionToS3RequestDetails
 
 
- 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
- 
  
    
      #encryption  ⇒ Types::ExportServerSideEncryption 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Encryption configuration for the auto export job.
 - 
  
    
      #revision_destination  ⇒ Types::AutoExportRevisionDestinationEntry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
 
Instance Attribute Details
#encryption ⇒ Types::ExportServerSideEncryption
Encryption configuration for the auto export job.
      373 374 375 376 377 378  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 373 class AutoExportRevisionToS3RequestDetails < Struct.new( :encryption, :revision_destination) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_destination ⇒ Types::AutoExportRevisionDestinationEntry
A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
      373 374 375 376 377 378  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 373 class AutoExportRevisionToS3RequestDetails < Struct.new( :encryption, :revision_destination) SENSITIVE = [] include Aws::Structure end  |