Class: Aws::IoTAnalytics::Types::ReprocessingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ReprocessingSummary
- Defined in:
- gems/aws-sdk-iotanalytics/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 byStartPipelineReprocessing
. -
#status ⇒ String
The status of the pipeline reprocessing.
Instance Attribute Details
#creation_time ⇒ Time
The time the pipeline reprocessing was created.
3412 3413 3414 3415 3416 3417 3418 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3412 class ReprocessingSummary < Struct.new( :id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The reprocessingId
returned by StartPipelineReprocessing
.
3412 3413 3414 3415 3416 3417 3418 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3412 class ReprocessingSummary < Struct.new( :id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the pipeline reprocessing.
3412 3413 3414 3415 3416 3417 3418 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 3412 class ReprocessingSummary < Struct.new( :id, :status, :creation_time) SENSITIVE = [] include Aws::Structure end |