Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlRequestDetails

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

Overview

Details of the operation to be performed by the job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_nameString

The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1714

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

#data_set_idString

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

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1714

class ImportAssetFromSignedUrlRequestDetails < Struct.new(
  :asset_name,
  :data_set_id,
  :md_5_hash,
  :revision_id)
  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)


1714
1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1714

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

#revision_idString

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

Returns:

  • (String)


1714
1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1714

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