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

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

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