Class: Aws::Types::ContinuousParameterRange
- Inherits:
-
Object
- Object
- Aws::Types::ContinuousParameterRange
- 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.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def max_value @max_value end |
#min_value ⇒ ::String
Returns the value of attribute min_value.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def name @name end |
#scaling_type ⇒ "Auto", ...
Returns the value of attribute scaling_type.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def scaling_type @scaling_type end |