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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written,
  :failures_not_redrivable,
  :pending_redrive)
  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)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

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

#failures_not_redrivableInteger

The number of FAILED, ABORTED, or TIMED_OUT child workflow executions that cannot be redriven because their execution status is terminal. For example, child workflows with an execution status of FAILED, ABORTED, or TIMED_OUT and a redriveStatus of NOT_REDRIVABLE.

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written,
  :failures_not_redrivable,
  :pending_redrive)
  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)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

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

#pending_redriveInteger

The number of unsuccessful child workflow executions currently waiting to be redriven. The status of these child workflow executions could be FAILED, ABORTED, or TIMED_OUT in the original execution attempt or a previous redrive attempt.

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written,
  :failures_not_redrivable,
  :pending_redrive)
  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 in the Step Functions Developer Guide.

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written,
  :failures_not_redrivable,
  :pending_redrive)
  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)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written,
  :failures_not_redrivable,
  :pending_redrive)
  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)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

class MapRunExecutionCounts < Struct.new(
  :pending,
  :running,
  :succeeded,
  :failed,
  :timed_out,
  :aborted,
  :total,
  :results_written,
  :failures_not_redrivable,
  :pending_redrive)
  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)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

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

#totalInteger

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

Returns:

  • (Integer)


2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2767

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