Class: Aws::Types::RecurringCharge
- Inherits:
-
Object
- Object
- Aws::Types::RecurringCharge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#frequency ⇒ "Hourly"
Returns the value of attribute frequency.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
15522 15523 15524 |
# File 'sig/types.rbs', line 15522 def amount @amount end |
#frequency ⇒ "Hourly"
Returns the value of attribute frequency.
15523 15524 15525 |
# File 'sig/types.rbs', line 15523 def frequency @frequency end |