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
show all
Defined in:
(unknown)

Overview

Information about pipeline reprocessing.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the pipeline reprocessing was created.

Returns:

  • (Time)

    The time the pipeline reprocessing was created.

#idString

The reprocessingId returned by StartPipelineReprocessing.

Returns:

  • (String)

    The reprocessingId returned by StartPipelineReprocessing.

#statusString

The status of the pipeline reprocessing.

Possible values:

  • RUNNING
  • SUCCEEDED
  • CANCELLED
  • FAILED

Returns:

  • (String)

    The status of the pipeline reprocessing.