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 ⇒ ::Float
Returns the value of attribute max_value.
-
#min_value ⇒ ::Float
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 ⇒ ::Float
Returns the value of attribute max_value.
49 50 51 |
# File 'sig/types.rbs', line 49 def max_value @max_value end |
#min_value ⇒ ::Float
Returns the value of attribute min_value.
50 51 52 |
# File 'sig/types.rbs', line 50 def min_value @min_value end |
#name ⇒ ::String
Returns the value of attribute name.
48 49 50 |
# File 'sig/types.rbs', line 48 def name @name end |
#scaling_type ⇒ "Auto", ...
Returns the value of attribute scaling_type.
51 52 53 |
# File 'sig/types.rbs', line 51 def scaling_type @scaling_type end |