Class: Aws::Types::RecurringCharge
- Inherits:
-
Object
- Object
- Aws::Types::RecurringCharge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recurring_charge_amount ⇒ ::Float
Returns the value of attribute recurring_charge_amount.
-
#recurring_charge_frequency ⇒ ::String
Returns the value of attribute recurring_charge_frequency.
Instance Attribute Details
#recurring_charge_amount ⇒ ::Float
Returns the value of attribute recurring_charge_amount.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def recurring_charge_amount @recurring_charge_amount end |
#recurring_charge_frequency ⇒ ::String
Returns the value of attribute recurring_charge_frequency.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def recurring_charge_frequency @recurring_charge_frequency end |