Class: Aws::States::Types::MapRunExecutionCounts

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Contains details about all of the child workflow executions started by a Map Run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#abortedInteger

The total number of child workflow executions that were started by a Map Run and were running, but were either stopped by the user or by Step Functions because the Map Run failed.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#failedInteger

The total number of child workflow executions that were started by a Map Run, but have failed.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#pendingInteger

The total number of child workflow executions that were started by a Map Run, but haven’t started executing yet.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#results_writtenInteger

Returns the count of child workflow executions whose results were written by ‘ResultWriter`. For more information, see

ResultWriter][1

in the *Step Functions Developer Guide*.

[1]: docs.aws.amazon.com/step-functions/latest/dg/input-output-resultwriter.html

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#runningInteger

The total number of child workflow executions that were started by a Map Run and are currently in-progress.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#succeededInteger

The total number of child workflow executions that were started by a Map Run and have completed successfully.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#timed_outInteger

The total number of child workflow executions that were started by a Map Run and have timed out.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

The total number of child workflow executions that were started by a Map Run.

Returns:

  • (Integer)


2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
# File 'lib/aws-sdk-states/types.rb', line 2457

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written)
  SENSITIVE = []
  include Aws::Structure
end