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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_nameString

The name for the asset associated with this import job.

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223

class ImportAssetFromSignedUrlResponseDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

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

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223

class ImportAssetFromSignedUrlResponseDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#md_5_hashString

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

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223

class ImportAssetFromSignedUrlResponseDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

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

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223

class ImportAssetFromSignedUrlResponseDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#signed_urlString

The signed URL.

Returns:

  • (String)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223

class ImportAssetFromSignedUrlResponseDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#signed_url_expires_atTime

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

Returns:

  • (Time)


2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-dataexchange/types.rb', line 2223

class ImportAssetFromSignedUrlResponseDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end