Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails
- Defined in:
- gems/aws-sdk-dataexchange/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.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1684 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.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1684 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.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1684 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.
1684 1685 1686 1687 1688 1689 1690 1691 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1684 class ImportAssetFromSignedUrlRequestDetails < Struct.new( :asset_name, :data_set_id, :md_5_hash, :revision_id) SENSITIVE = [] include Aws::Structure end |