Class: Aws::DataExchange::Types::ImportAssetsFromS3RequestDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_sourcesArray<Types::AssetSourceEntry>

Is a list of Amazon S3 bucket and object key pairs.

Returns:



2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-dataexchange/types.rb', line 2391

class ImportAssetsFromS3RequestDetails < Struct.new(
  :asset_sources,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

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

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-dataexchange/types.rb', line 2391

class ImportAssetsFromS3RequestDetails < Struct.new(
  :asset_sources,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

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

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-dataexchange/types.rb', line 2391

class ImportAssetsFromS3RequestDetails < Struct.new(
  :asset_sources,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end