Class: Aws::Types::UpdateMapRunInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMapRunInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
-
#max_concurrency ⇒ ::Integer
Returns the value of attribute max_concurrency.
-
#tolerated_failure_count ⇒ ::Integer
Returns the value of attribute tolerated_failure_count.
-
#tolerated_failure_percentage ⇒ ::Float
Returns the value of attribute tolerated_failure_percentage.
Instance Attribute Details
#map_run_arn ⇒ ::String
Returns the value of attribute map_run_arn.
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.
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.
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.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def tolerated_failure_percentage @tolerated_failure_percentage end |