Class: Aws::IoTAnalytics::Types::CancelPipelineReprocessingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::CancelPipelineReprocessingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_name ⇒ String
The name of pipeline for which data reprocessing is canceled.
-
#reprocessing_id ⇒ String
The ID of the reprocessing task (returned by ‘StartPipelineReprocessing`).
Instance Attribute Details
#pipeline_name ⇒ String
The name of pipeline for which data reprocessing is canceled.
123 124 125 126 127 128 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 123 class CancelPipelineReprocessingRequest < Struct.new( :pipeline_name, :reprocessing_id) SENSITIVE = [] include Aws::Structure end |
#reprocessing_id ⇒ String
The ID of the reprocessing task (returned by ‘StartPipelineReprocessing`).
123 124 125 126 127 128 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 123 class CancelPipelineReprocessingRequest < Struct.new( :pipeline_name, :reprocessing_id) SENSITIVE = [] include Aws::Structure end |