Class: Aws::Glue::Types::WorkflowRunStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::WorkflowRunStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Workflow run statistics provides statistics about the workflow run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_actions ⇒ Integer
Total number of Actions that have failed.
-
#running_actions ⇒ Integer
Total number Actions in running state.
-
#stopped_actions ⇒ Integer
Total number of Actions that have stopped.
-
#succeeded_actions ⇒ Integer
Total number of Actions that have succeeded.
-
#timeout_actions ⇒ Integer
Total number of Actions that timed out.
-
#total_actions ⇒ Integer
Total number of Actions in the workflow run.
Instance Attribute Details
#failed_actions ⇒ Integer
Total number of Actions that have failed.
18488 18489 18490 18491 18492 18493 18494 18495 18496 18497 |
# File 'lib/aws-sdk-glue/types.rb', line 18488 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions) SENSITIVE = [] include Aws::Structure end |
#running_actions ⇒ Integer
Total number Actions in running state.
18488 18489 18490 18491 18492 18493 18494 18495 18496 18497 |
# File 'lib/aws-sdk-glue/types.rb', line 18488 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions) SENSITIVE = [] include Aws::Structure end |
#stopped_actions ⇒ Integer
Total number of Actions that have stopped.
18488 18489 18490 18491 18492 18493 18494 18495 18496 18497 |
# File 'lib/aws-sdk-glue/types.rb', line 18488 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions) SENSITIVE = [] include Aws::Structure end |
#succeeded_actions ⇒ Integer
Total number of Actions that have succeeded.
18488 18489 18490 18491 18492 18493 18494 18495 18496 18497 |
# File 'lib/aws-sdk-glue/types.rb', line 18488 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions) SENSITIVE = [] include Aws::Structure end |
#timeout_actions ⇒ Integer
Total number of Actions that timed out.
18488 18489 18490 18491 18492 18493 18494 18495 18496 18497 |
# File 'lib/aws-sdk-glue/types.rb', line 18488 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions) SENSITIVE = [] include Aws::Structure end |
#total_actions ⇒ Integer
Total number of Actions in the workflow run.
18488 18489 18490 18491 18492 18493 18494 18495 18496 18497 |
# File 'lib/aws-sdk-glue/types.rb', line 18488 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions) SENSITIVE = [] include Aws::Structure end |