Class: Aws::DataExchange::Types::RevisionDestinationEntry
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::RevisionDestinationEntry
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
The destination where the assets in the revision will be exported.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 bucket that is the destination for the assets in the revision.
 - 
  
    
      #key_pattern  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string representing the pattern for generated names of the individual assets in the revision.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the revision.
 
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that is the destination for the assets in the revision.
      3343 3344 3345 3346 3347 3348 3349  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3343 class RevisionDestinationEntry < Struct.new( :bucket, :key_pattern, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#key_pattern ⇒ String
A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see [Key patterns when exporting revisions].
[1]: docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns
      3343 3344 3345 3346 3347 3348 3349  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3343 class RevisionDestinationEntry < Struct.new( :bucket, :key_pattern, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_id ⇒ String
The unique identifier for the revision.
      3343 3344 3345 3346 3347 3348 3349  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3343 class RevisionDestinationEntry < Struct.new( :bucket, :key_pattern, :revision_id) SENSITIVE = [] include Aws::Structure end  |