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

Class: Aws::DataExchange::Types::ExportAssetToSignedUrlResponseDetails

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

Overview

The details of the export to signed URL response.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The unique identifier for the asset associated with this export job.

Returns:

  • (String)

    The unique identifier for the asset associated with this export job.

#data_set_idString

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

Returns:

  • (String)

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

#revision_idString

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

Returns:

  • (String)

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

#signed_urlString

The signed URL for the export request.

Returns:

  • (String)

    The signed URL for the export request.

#signed_url_expires_atTime

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

Returns:

  • (Time)

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