Class: Aws::IoTAnalytics::Types::StartPipelineReprocessingResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reprocessing_idString

The ID of the pipeline reprocessing activity that was started.

Returns:

  • (String)


2835
2836
2837
2838
2839
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2835

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