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

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

Instance Attribute Details

#asset_idString

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

Returns:

  • (String)


995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 995

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)


995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 995

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)


995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 995

class ExportAssetToSignedUrlRequestDetails < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end