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.
15819 15820 15821 |
# File 'sig/types.rbs', line 15819 def amount @amount end |
#frequency ⇒ "Hourly"
Returns the value of attribute frequency.
15820 15821 15822 |
# File 'sig/types.rbs', line 15820 def frequency @frequency end |