Class: Aws::States::Types::UpdateMapRunInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#map_run_arnString

The Amazon Resource Name (ARN) of a Map Run.



4652
4653
4654
4655
4656
4657
4658
4659
# File '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_concurrencyInteger

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 '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_countInteger

The maximum number of failed items before the Map Run fails.



4652
4653
4654
4655
4656
4657
4658
4659
# File '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_percentageFloat

The maximum percentage of failed items before the Map Run fails.



4652
4653
4654
4655
4656
4657
4658
4659
# File '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