Class: Aws::States::Types::UpdateMapRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::UpdateMapRunInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) of a Map Run.
-
#max_concurrency ⇒ Integer
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
-
#tolerated_failure_count ⇒ Integer
The maximum number of failed items before the Map Run fails.
-
#tolerated_failure_percentage ⇒ Float
The maximum percentage of failed items before the Map Run fails.
Instance Attribute Details
#map_run_arn ⇒ String
The Amazon Resource Name (ARN) of a Map Run.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/aws-sdk-states/types.rb', line 4450 class UpdateMapRunInput < Struct.new( :map_run_arn, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count) SENSITIVE = [] include Aws::Structure end |
#max_concurrency ⇒ Integer
The maximum number of child workflow executions that can be specified to run in parallel for the Map Run at the same time.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/aws-sdk-states/types.rb', line 4450 class UpdateMapRunInput < Struct.new( :map_run_arn, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count) SENSITIVE = [] include Aws::Structure end |
#tolerated_failure_count ⇒ Integer
The maximum number of failed items before the Map Run fails.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/aws-sdk-states/types.rb', line 4450 class UpdateMapRunInput < Struct.new( :map_run_arn, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count) SENSITIVE = [] include Aws::Structure end |
#tolerated_failure_percentage ⇒ Float
The maximum percentage of failed items before the Map Run fails.
4450 4451 4452 4453 4454 4455 4456 4457 |
# File 'lib/aws-sdk-states/types.rb', line 4450 class UpdateMapRunInput < Struct.new( :map_run_arn, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count) SENSITIVE = [] include Aws::Structure end |