You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlResponseDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details in the response for an import request, including the signed URL and other information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_nameString

The name for the asset associated with this import response.

Returns:

  • (String)

    The name for the asset associated with this import response.

#data_set_idString

The unique identifier for the data set associated with this import job.

Returns:

  • (String)

    The unique identifier for the data set associated with this import job.

#md_5_hashString

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

Returns:

  • (String)

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

#revision_idString

The unique identifier for the revision associated with this import response.

Returns:

  • (String)

    The unique identifier for the revision associated with this import response.

#signed_urlString

The signed URL.

Returns:

  • (String)

    The signed URL.

#signed_url_expires_atTime

The time and date at which the signed URL expires, in ISO 8601 format.

Returns:

  • (Time)

    The time and date at which the signed URL expires, in ISO 8601 format.