Class: Aws::DataExchange::Types::ExportAssetsToS3ResponseDetails

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

Overview

Details about the export to Amazon S3 response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_destinationsArray<Types::AssetDestinationEntry>

The destination in Amazon S3 where the asset is exported.

Returns:



1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-dataexchange/types.rb', line 1381

class ExportAssetsToS3ResponseDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

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

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-dataexchange/types.rb', line 1381

class ExportAssetsToS3ResponseDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::ExportServerSideEncryption

Encryption configuration of the export job.



1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-dataexchange/types.rb', line 1381

class ExportAssetsToS3ResponseDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for the revision associated with this export response.

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
1387
1388
# File 'lib/aws-sdk-dataexchange/types.rb', line 1381

class ExportAssetsToS3ResponseDetails < Struct.new(
  :asset_destinations,
  :data_set_id,
  :encryption,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end