class Aws::DataExchange::Types::ImportAssetsFromS3RequestDetails

Details of the operation to be performed by the job.

@note When making an API call, you may pass ImportAssetsFromS3RequestDetails

data as a hash:

    {
      asset_sources: [ # required
        {
          bucket: "__string", # required
          key: "__string", # required
        },
      ],
      data_set_id: "Id", # required
      revision_id: "Id", # required
    }

@!attribute [rw] asset_sources

Is a list of S3 bucket and object key pairs.
@return [Array<Types::AssetSourceEntry>]

@!attribute [rw] data_set_id

The unique identifier for the data set associated with this import
job.
@return [String]

@!attribute [rw] revision_id

The unique identifier for the revision associated with this import
request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/ImportAssetsFromS3RequestDetails AWS API Documentation

Constants

SENSITIVE