Class: Aws::States::Types::DescribeMapRunOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::DescribeMapRunOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
-
#execution_counts ⇒ Types::MapRunExecutionCounts
A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as `failed` and `succeeded`.
-
#item_counts ⇒ Types::MapRunItemCounts
A JSON object that contains information about the total number of items, and the item count for each processing status, such as `pending` and `failed`.
-
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) that identifies a Map Run.
-
#max_concurrency ⇒ Integer
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
-
#start_date ⇒ Time
The date when the Map Run was started.
-
#status ⇒ String
The current status of the Map Run.
-
#stop_date ⇒ Time
The date when the Map Run was stopped.
-
#tolerated_failure_count ⇒ Integer
The maximum number of failed child workflow executions before the Map Run fails.
-
#tolerated_failure_percentage ⇒ Float
The maximum percentage of failed child workflow executions before the Map Run fails.
Instance Attribute Details
#execution_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#execution_counts ⇒ Types::MapRunExecutionCounts
A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as `failed` and `succeeded`.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#item_counts ⇒ Types::MapRunItemCounts
A JSON object that contains information about the total number of items, and the item count for each processing status, such as `pending` and `failed`.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) that identifies a Map Run.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#max_concurrency ⇒ Integer
The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The date when the Map Run was started.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Map Run.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#stop_date ⇒ Time
The date when the Map Run was stopped.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#tolerated_failure_count ⇒ Integer
The maximum number of failed child workflow executions before the Map Run fails.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |
#tolerated_failure_percentage ⇒ Float
The maximum percentage of failed child workflow executions before the Map Run fails.
701 702 703 704 705 706 707 708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-states/types.rb', line 701 class DescribeMapRunOutput < Struct.new( :map_run_arn, :execution_arn, :status, :start_date, :stop_date, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count, :item_counts, :execution_counts) SENSITIVE = [] include Aws::Structure end |