Class: Aws::Types::UsageAmount
- Inherits:
-
Object
- Object
- Aws::Types::UsageAmount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#start_hour ⇒ ::Time
Returns the value of attribute start_hour.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
964 965 966 |
# File 'sig/types.rbs', line 964 def amount @amount end |
#start_hour ⇒ ::Time
Returns the value of attribute start_hour.
963 964 965 |
# File 'sig/types.rbs', line 963 def start_hour @start_hour end |