Class: Aws::Types::UpdateMapRunInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#map_run_arn::String

Returns the value of attribute map_run_arn.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def map_run_arn
  @map_run_arn
end

#max_concurrency::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def max_concurrency
  @max_concurrency
end

#tolerated_failure_count::Integer

Returns the value of attribute tolerated_failure_count.

Returns:

  • (::Integer)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def tolerated_failure_count
  @tolerated_failure_count
end

#tolerated_failure_percentage::Float

Returns the value of attribute tolerated_failure_percentage.

Returns:

  • (::Float)


1135
1136
1137
# File 'sig/types.rbs', line 1135

def tolerated_failure_percentage
  @tolerated_failure_percentage
end