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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1756

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)


1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1756

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)


1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1756

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)


1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1756

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)


1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1756

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)


1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1756

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