You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::WorkflowRunStatistics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Workflow run statistics provides statistics about the workflow run.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#failed_actionsInteger

Total number of Actions that have failed.

Returns:

  • (Integer)

    Total number of Actions that have failed.

#running_actionsInteger

Total number Actions in running state.

Returns:

  • (Integer)

    Total number Actions in running state.

#stopped_actionsInteger

Total number of Actions that have stopped.

Returns:

  • (Integer)

    Total number of Actions that have stopped.

#succeeded_actionsInteger

Total number of Actions that have succeeded.

Returns:

  • (Integer)

    Total number of Actions that have succeeded.

#timeout_actionsInteger

Total number of Actions that timed out.

Returns:

  • (Integer)

    Total number of Actions that timed out.

#total_actionsInteger

Total number of Actions in the workflow run.

Returns:

  • (Integer)

    Total number of Actions in the workflow run.