class Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails

Details of the operation to be performed by the job.

@note When making an API call, you may pass ImportAssetFromSignedUrlRequestDetails

data as a hash:

    {
      asset_name: "AssetName", # required
      data_set_id: "Id", # required
      md_5_hash: "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093", # required
      revision_id: "Id", # required
    }

@!attribute [rw] asset_name

The name of the asset. When importing from Amazon S3, the S3 object
key is used as the asset name.
@return [String]

@!attribute [rw] data_set_id

The unique identifier for the data set associated with this import
job.
@return [String]

@!attribute [rw] md_5_hash

The Base64-encoded Md5 hash for the asset, used to ensure the
integrity of the file at that location.
@return [String]

@!attribute [rw] revision_id

The unique identifier for the revision associated with this import
request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ImportAssetFromSignedUrlRequestDetails AWS API Documentation

Constants

SENSITIVE