Class: Aws::States::Types::UpdateMapRunInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::UpdateMapRunInput
- Defined in:
- gems/aws-sdk-states/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.
4652 4653 4654 4655 4656 4657 4658 4659 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4652 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.
4652 4653 4654 4655 4656 4657 4658 4659 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4652 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.
4652 4653 4654 4655 4656 4657 4658 4659 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4652 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.
4652 4653 4654 4655 4656 4657 4658 4659 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4652 class UpdateMapRunInput < Struct.new( :map_run_arn, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count) SENSITIVE = [] include Aws::Structure end |