Class: Aws::Types::IntegerParameterRange
- Inherits:
-
Object
- Object
- Aws::Types::IntegerParameterRange
- 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.
-
#scaling_type ⇒ "Auto", ...
Returns the value of attribute scaling_type.
Instance Attribute Details
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
827 828 829 |
# File 'sig/types.rbs', line 827 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
828 829 830 |
# File 'sig/types.rbs', line 828 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
826 827 828 |
# File 'sig/types.rbs', line 826 def name @name end |
#scaling_type ⇒ "Auto", ...
Returns the value of attribute scaling_type.
829 830 831 |
# File 'sig/types.rbs', line 829 def scaling_type @scaling_type end |