Class: Aws::DataExchange::Types::ExportAssetToSignedUrlRequestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ExportAssetToSignedUrlRequestDetails
- Includes:
- Structure
- Defined in:
- 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_id ⇒ String
The unique identifier for the asset that is exported to a signed URL.
-
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
-
#revision_id ⇒ String
The unique identifier for the revision associated with this export request.
Instance Attribute Details
#asset_id ⇒ String
The unique identifier for the asset that is exported to a signed URL.
1284 1285 1286 1287 1288 1289 1290 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1284 class ExportAssetToSignedUrlRequestDetails < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
1284 1285 1286 1287 1288 1289 1290 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1284 class ExportAssetToSignedUrlRequestDetails < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision associated with this export request.
1284 1285 1286 1287 1288 1289 1290 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1284 class ExportAssetToSignedUrlRequestDetails < Struct.new( :asset_id, :data_set_id, :revision_id) SENSITIVE = [] include Aws::Structure end |