Class: Aws::DataExchange::Types::ImportAssetsFromS3ResponseDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ImportAssetsFromS3ResponseDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Details from an import from Amazon S3 response.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asset_sources  ⇒ Array<Types::AssetSourceEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Is a list of Amazon S3 bucket and object key pairs.
 - 
  
    
      #data_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the data set associated with this import job.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the revision associated with this import response.
 
Instance Attribute Details
#asset_sources ⇒ Array<Types::AssetSourceEntry>
Is a list of Amazon S3 bucket and object key pairs.
      2417 2418 2419 2420 2421 2422 2423  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2417 class ImportAssetsFromS3ResponseDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
      2417 2418 2419 2420 2421 2422 2423  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2417 class ImportAssetsFromS3ResponseDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_id ⇒ String
The unique identifier for the revision associated with this import response.
      2417 2418 2419 2420 2421 2422 2423  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2417 class ImportAssetsFromS3ResponseDetails < Struct.new( :asset_sources, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end  |