Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromSignedUrlResponseDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The details in the response for an import request, including the signed URL and other information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_name ⇒ String
The name for the asset associated with this import job.
-
#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 response.
-
#signed_url ⇒ String
The signed URL.
-
#signed_url_expires_at ⇒ Time
The time and date at which the signed URL expires, in ISO 8601 format.
Instance Attribute Details
#asset_name ⇒ String
The name for the asset associated with this import job.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223 class ImportAssetFromSignedUrlResponseDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with this import job.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223 class ImportAssetFromSignedUrlResponseDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id, :signed_url, :signed_url_expires_at) 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.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223 class ImportAssetFromSignedUrlResponseDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision associated with this import response.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223 class ImportAssetFromSignedUrlResponseDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#signed_url ⇒ String
The signed URL.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223 class ImportAssetFromSignedUrlResponseDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#signed_url_expires_at ⇒ Time
The time and date at which the signed URL expires, in ISO 8601 format.
2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223 class ImportAssetFromSignedUrlResponseDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |