Class: Aws::DataExchange::Types::ImportAssetsFromS3ResponseDetails

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

Overview

Details from an import from Amazon S3 response.

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:



1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1950

class ImportAssetsFromS3ResponseDetails < 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)


1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1950

class ImportAssetsFromS3ResponseDetails < 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 response.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1950

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