You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::ReprocessingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ReprocessingSummary
- Defined in:
- (unknown)
Overview
Information about pipeline reprocessing.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the pipeline reprocessing was created.
-
#id ⇒ String
The
reprocessingId
returned byStartPipelineReprocessing
. -
#status ⇒ String
The status of the pipeline reprocessing.
Instance Attribute Details
#creation_time ⇒ Time
The time the pipeline reprocessing was created.
#id ⇒ String
The reprocessingId
returned by StartPipelineReprocessing
.
#status ⇒ String
The status of the pipeline reprocessing.
Possible values:
- RUNNING
- SUCCEEDED
- CANCELLED
- FAILED