Class: Aws::DataExchange::Types::ExportAssetsToS3RequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ExportAssetsToS3RequestDetails
- Defined in:
- gems/aws-sdk-dataexchange/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
-
#asset_destinations ⇒ Array<Types::AssetDestinationEntry>
The destination for the asset.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
-
#encryption ⇒ Types::ExportServerSideEncryption
Encryption configuration for the export job.
-
#revision_id ⇒ String
The unique identifier for the revision associated with this export request.
Instance Attribute Details
#asset_destinations ⇒ Array<Types::AssetDestinationEntry>
The destination for the asset.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1350 class ExportAssetsToS3RequestDetails < 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.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1350 class ExportAssetsToS3RequestDetails < Struct.new( :asset_destinations, :data_set_id, :encryption, :revision_id) SENSITIVE = [] include Aws::Structure end |
#encryption ⇒ Types::ExportServerSideEncryption
Encryption configuration for the export job.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1350 class ExportAssetsToS3RequestDetails < 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 request.
1350 1351 1352 1353 1354 1355 1356 1357 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1350 class ExportAssetsToS3RequestDetails < Struct.new( :asset_destinations, :data_set_id, :encryption, :revision_id) SENSITIVE = [] include Aws::Structure end |