Class: Aws::DataExchange::Types::ExportAssetToSignedUrlRequestDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_idString

The unique identifier for the asset that is exported to a signed URL.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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