Class: Aws::DataExchange::Types::ExportAssetsToS3ResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ExportAssetsToS3ResponseDetails
- 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
-
#asset_destinations ⇒ Array<Types::AssetDestinationEntry>
The destination in Amazon S3 where the asset is exported.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
-
#encryption ⇒ Types::ExportServerSideEncryption
Encryption configuration of the export job.
-
#revision_id ⇒ String
The unique identifier for the revision associated with this export response.
Instance Attribute Details
#asset_destinations ⇒ Array<Types::AssetDestinationEntry>
The destination in Amazon S3 where the asset is exported.
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_id ⇒ String
The unique identifier for the data set associated with this 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 |
#encryption ⇒ Types::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_id ⇒ String
The unique identifier for the revision associated with this export response.
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 |