Class: Aws::IoTAnalytics::Types::ReprocessingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ReprocessingSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Information about pipeline reprocessing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#creation_time ⇒ Time
The time the pipeline reprocessing was created.
2478 2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2478 class ReprocessingSummary < Struct.new( :id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ‘reprocessingId` returned by `StartPipelineReprocessing`.
2478 2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2478 class ReprocessingSummary < Struct.new( :id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the pipeline reprocessing.
2478 2479 2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2478 class ReprocessingSummary < Struct.new( :id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |