Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails
 
 
- 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
- 
  
    
      #asset_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the asset.
 - 
  
    
      #data_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the data set associated with this import job.
 - 
  
    
      #md_5_hash  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the revision associated with this import request.
 
Instance Attribute Details
#asset_name ⇒ String
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
      2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2181 class ImportAssetFromSignedUrlRequestDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
      2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2181 class ImportAssetFromSignedUrlRequestDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#md_5_hash ⇒ String
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
      2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2181 class ImportAssetFromSignedUrlRequestDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_id ⇒ String
The unique identifier for the revision associated with this import request.
      2181 2182 2183 2184 2185 2186 2187 2188  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 2181 class ImportAssetFromSignedUrlRequestDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id) SENSITIVE = [] include Aws::Structure end  |