Class: Aws::Types::RecommendationJobResourceLimit
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationJobResourceLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_number_of_tests ⇒ ::Integer
Returns the value of attribute max_number_of_tests.
-
#max_parallel_of_tests ⇒ ::Integer
Returns the value of attribute max_parallel_of_tests.
Instance Attribute Details
#max_number_of_tests ⇒ ::Integer
Returns the value of attribute max_number_of_tests.
10394 10395 10396 |
# File 'sig/types.rbs', line 10394 def max_number_of_tests @max_number_of_tests end |
#max_parallel_of_tests ⇒ ::Integer
Returns the value of attribute max_parallel_of_tests.
10395 10396 10397 |
# File 'sig/types.rbs', line 10395 def max_parallel_of_tests @max_parallel_of_tests end |