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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-marketplacecommerceanalytics/types.rb', line 261

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