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.
3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-states/types.rb', line 3173 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.
3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-states/types.rb', line 3173 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.
3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-states/types.rb', line 3173 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.
3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-states/types.rb', line 3173 class UpdateMapRunInput < Struct.new( :map_run_arn, :max_concurrency, :tolerated_failure_percentage, :tolerated_failure_count) SENSITIVE = [] include Aws::Structure end |