Class: Aws::Types::CustomTier
- Inherits:
-
Object
- Object
- Aws::Types::CustomTier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_range_inclusive ⇒ ::Float
Returns the value of attribute begin_range_inclusive.
-
#end_range_exclusive ⇒ ::Float
Returns the value of attribute end_range_exclusive.
-
#rate_value ⇒ ::Float
Returns the value of attribute rate_value.
Instance Attribute Details
#begin_range_inclusive ⇒ ::Float
Returns the value of attribute begin_range_inclusive.
303 304 305 |
# File 'sig/types.rbs', line 303 def begin_range_inclusive @begin_range_inclusive end |
#end_range_exclusive ⇒ ::Float
Returns the value of attribute end_range_exclusive.
304 305 306 |
# File 'sig/types.rbs', line 304 def end_range_exclusive @end_range_exclusive end |
#rate_value ⇒ ::Float
Returns the value of attribute rate_value.
305 306 307 |
# File 'sig/types.rbs', line 305 def rate_value @rate_value end |