Class: Aws::Glue::Types::WorkflowRunStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::WorkflowRunStatistics
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Workflow run statistics provides statistics about the workflow run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errored_actions ⇒ Integer
Indicates the count of job runs in the ERROR state in the workflow run.
-
#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.
-
#waiting_actions ⇒ Integer
Indicates the count of job runs in WAITING state in the workflow run.
Instance Attribute Details
#errored_actions ⇒ Integer
Indicates the count of job runs in the ERROR state in the workflow run.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#failed_actions ⇒ Integer
Total number of Actions that have failed.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#running_actions ⇒ Integer
Total number Actions in running state.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#stopped_actions ⇒ Integer
Total number of Actions that have stopped.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#succeeded_actions ⇒ Integer
Total number of Actions that have succeeded.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#timeout_actions ⇒ Integer
Total number of Actions that timed out.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#total_actions ⇒ Integer
Total number of Actions in the workflow run.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |
#waiting_actions ⇒ Integer
Indicates the count of job runs in WAITING state in the workflow run.
20886 20887 20888 20889 20890 20891 20892 20893 20894 20895 20896 20897 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20886 class WorkflowRunStatistics < Struct.new( :total_actions, :timeout_actions, :failed_actions, :stopped_actions, :succeeded_actions, :running_actions, :errored_actions, :waiting_actions) SENSITIVE = [] include Aws::Structure end |