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.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1756 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.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1756 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.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1756 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.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1756 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.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1756 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.
1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1756 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 |