Class: Aws::DataExchange::Types::ExportRevisionsToS3ResponseDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ExportRevisionsToS3ResponseDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Details about the export revisions to Amazon S3 response.
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 of the export job.
 - 
  
    
      #event_action_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the event action.
 - 
  
    
      #revision_destinations  ⇒ Array<Types::RevisionDestinationEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination in Amazon S3 where the revision is exported.
 
Instance Attribute Details
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
      1436 1437 1438 1439 1440 1441 1442 1443  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1436 class ExportRevisionsToS3ResponseDetails < Struct.new( :data_set_id, :encryption, :revision_destinations, :event_action_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#encryption ⇒ Types::ExportServerSideEncryption
Encryption configuration of the export job.
      1436 1437 1438 1439 1440 1441 1442 1443  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1436 class ExportRevisionsToS3ResponseDetails < Struct.new( :data_set_id, :encryption, :revision_destinations, :event_action_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#event_action_arn ⇒ String
The Amazon Resource Name (ARN) of the event action.
      1436 1437 1438 1439 1440 1441 1442 1443  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1436 class ExportRevisionsToS3ResponseDetails < Struct.new( :data_set_id, :encryption, :revision_destinations, :event_action_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_destinations ⇒ Array<Types::RevisionDestinationEntry>
The destination in Amazon S3 where the revision is exported.
      1436 1437 1438 1439 1440 1441 1442 1443  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1436 class ExportRevisionsToS3ResponseDetails < Struct.new( :data_set_id, :encryption, :revision_destinations, :event_action_arn) SENSITIVE = [] include Aws::Structure end  |