Class: Aws::Types::HyperbandStrategyConfig
- Inherits:
-
Object
- Object
- Aws::Types::HyperbandStrategyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_resource ⇒ ::Integer
Returns the value of attribute max_resource.
-
#min_resource ⇒ ::Integer
Returns the value of attribute min_resource.
Instance Attribute Details
#max_resource ⇒ ::Integer
Returns the value of attribute max_resource.
6417 6418 6419 |
# File 'sig/types.rbs', line 6417 def max_resource @max_resource end |
#min_resource ⇒ ::Integer
Returns the value of attribute min_resource.
6416 6417 6418 |
# File 'sig/types.rbs', line 6416 def min_resource @min_resource end |