Class: Aws::Types::Cost
- Inherits:
-
Object
- Object
- Aws::Types::Cost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#currency ⇒ ::String
Returns the value of attribute currency.
-
#frequency ⇒ "Hourly", ...
Returns the value of attribute frequency.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
275 276 277 |
# File 'sig/types.rbs', line 275 def amount @amount end |
#currency ⇒ ::String
Returns the value of attribute currency.
276 277 278 |
# File 'sig/types.rbs', line 276 def currency @currency end |
#frequency ⇒ "Hourly", ...
Returns the value of attribute frequency.
277 278 279 |
# File 'sig/types.rbs', line 277 def frequency @frequency end |