Class: Aws::MarketplaceCommerceAnalytics::Types::StartSupportDataExportResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/types.rb

Overview

This target has been deprecated. Container for the result of the StartSupportDataExport operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_request_idString

This target has been deprecated. A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be used to correlate a request with notifications from the SNS topic.

Returns:

  • (String)


261
262
263
264
265
# File 'gems/aws-sdk-marketplacecommerceanalytics/lib/aws-sdk-marketplacecommerceanalytics/types.rb', line 261

class StartSupportDataExportResult < Struct.new(
  :data_set_request_id)
  SENSITIVE = []
  include Aws::Structure
end