You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::CancelPipelineReprocessingRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CancelPipelineReprocessingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  pipeline_name: "PipelineName", # required
  reprocessing_id: "ReprocessingId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_nameString

The name of pipeline for which data reprocessing is canceled.

Returns:

  • (String)

    The name of pipeline for which data reprocessing is canceled.

#reprocessing_idString

The ID of the reprocessing task (returned by StartPipelineReprocessing).

Returns:

  • (String)

    The ID of the reprocessing task (returned by StartPipelineReprocessing).