Class: Aws::DataExchange::Types::ExportAssetToSignedUrlResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ExportAssetToSignedUrlResponseDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
The details of the export to signed URL response.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The unique identifier for the asset associated with this export job.
-
#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 response.
-
#signed_url ⇒ String
The signed URL for the export request.
-
#signed_url_expires_at ⇒ Time
The date and time that the signed URL expires, in ISO 8601 format.
Instance Attribute Details
#asset_id ⇒ String
The unique identifier for the asset associated with this export job.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1318 class ExportAssetToSignedUrlResponseDetails < Struct.new( :asset_id, :data_set_id, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for the data set associated with this export job.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1318 class ExportAssetToSignedUrlResponseDetails < Struct.new( :asset_id, :data_set_id, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The unique identifier for the revision associated with this export response.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1318 class ExportAssetToSignedUrlResponseDetails < Struct.new( :asset_id, :data_set_id, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#signed_url ⇒ String
The signed URL for the export request.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1318 class ExportAssetToSignedUrlResponseDetails < Struct.new( :asset_id, :data_set_id, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |
#signed_url_expires_at ⇒ Time
The date and time that the signed URL expires, in ISO 8601 format.
1318 1319 1320 1321 1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1318 class ExportAssetToSignedUrlResponseDetails < Struct.new( :asset_id, :data_set_id, :revision_id, :signed_url, :signed_url_expires_at) SENSITIVE = [] include Aws::Structure end |