Class: Aws::Types::IntegerHyperParameterRange
- Inherits:
-
Object
- Object
- Aws::Types::IntegerHyperParameterRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
937 938 939 |
# File 'sig/types.rbs', line 937 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
936 937 938 |
# File 'sig/types.rbs', line 936 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
935 936 937 |
# File 'sig/types.rbs', line 935 def name @name end |