You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails
- Defined in:
- (unknown)
Overview
When passing ImportAssetFromSignedUrlRequestDetails as input to an Aws::Client method, you can use a vanilla Hash:
{
asset_name: "AssetName", # required
data_set_id: "Id", # required
md_5_hash: "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093", # required
revision_id: "Id", # required
}
Details of the operation to be performed by the job.
Returned by:
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 S3 object key is used as the asset name.
#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.