class Aws::IoTAnalytics::Types::CancelPipelineReprocessingRequest
@note When making an API call, you may pass CancelPipelineReprocessingRequest
data as a hash: { pipeline_name: "PipelineName", # required reprocessing_id: "ReprocessingId", # required }
@!attribute [rw] pipeline_name
The name of pipeline for which data reprocessing is canceled. @return [String]
@!attribute [rw] reprocessing_id
The ID of the reprocessing task (returned by `StartPipelineReprocessing`). @return [String]
Constants
- SENSITIVE