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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errored_actionsInteger

Indicates the count of job runs in the ERROR state in the workflow run.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Total number of Actions that have failed.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Total number Actions in running state.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Total number of Actions that have stopped.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Total number of Actions that have succeeded.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Total number of Actions that timed out.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Total number of Actions in the workflow run.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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_actionsInteger

Indicates the count of job runs in WAITING state in the workflow run.

Returns:

  • (Integer)


23444
23445
23446
23447
23448
23449
23450
23451
23452
23453
23454
23455
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23444

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