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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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.

Returns:

  • (String)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4247

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.

Returns:

  • (Integer)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4247

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.

Returns:

  • (Integer)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4247

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.

Returns:

  • (Float)


4247
4248
4249
4250
4251
4252
4253
4254
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4247

class UpdateMapRunInput < Struct.new(
  :map_run_arn,
  :max_concurrency,
  :tolerated_failure_percentage,
  :tolerated_failure_count)
  SENSITIVE = []
  include Aws::Structure
end