Class: Aws::Types::StepAmountCapability
- Inherits:
-
Object
- Object
- Aws::Types::StepAmountCapability
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#min ⇒ ::Float
Returns the value of attribute min.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#max ⇒ ::Float
Returns the value of attribute max.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def max @max end |
#min ⇒ ::Float
Returns the value of attribute min.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def min @min end |
#name ⇒ ::String
Returns the value of attribute name.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def name @name end |
#value ⇒ ::Float
Returns the value of attribute value.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def value @value end |