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 ⇒ ::String
Returns the value of attribute max_value.
-
#min_value ⇒ ::String
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 ⇒ ::String
Returns the value of attribute max_value.
6812 6813 6814 |
# File 'sig/types.rbs', line 6812 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
6811 6812 6813 |
# File 'sig/types.rbs', line 6811 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
6810 6811 6812 |
# File 'sig/types.rbs', line 6810 def name @name end |
#scaling_type ⇒ "Auto", ...
Returns the value of attribute scaling_type.
6813 6814 6815 |
# File 'sig/types.rbs', line 6813 def scaling_type @scaling_type end |