Class: Aws::Types::UsageQuantity
- Inherits:
-
Object
- Object
- Aws::Types::UsageQuantity
- 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.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
971 972 973 |
# File 'sig/types.rbs', line 971 def amount @amount end |
#start_hour ⇒ ::Time
Returns the value of attribute start_hour.
969 970 971 |
# File 'sig/types.rbs', line 969 def start_hour @start_hour end |
#unit ⇒ ::String
Returns the value of attribute unit.
970 971 972 |
# File 'sig/types.rbs', line 970 def unit @unit end |