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.
16158 16159 16160 |
# File 'sig/types.rbs', line 16158 def amount @amount end |
#frequency ⇒ "Hourly"
Returns the value of attribute frequency.
16159 16160 16161 |
# File 'sig/types.rbs', line 16159 def frequency @frequency end |