Class: Aws::Types::RecurringPaymentTerm
- Inherits:
-
Object
- Object
- Aws::Types::RecurringPaymentTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ "Monthly"
Returns the value of attribute billing_period.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#price ⇒ ::String
Returns the value of attribute price.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#billing_period ⇒ "Monthly"
Returns the value of attribute billing_period.
651 652 653 |
# File 'sig/types.rbs', line 651 def billing_period @billing_period end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
650 651 652 |
# File 'sig/types.rbs', line 650 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
648 649 650 |
# File 'sig/types.rbs', line 648 def id @id end |
#price ⇒ ::String
Returns the value of attribute price.
652 653 654 |
# File 'sig/types.rbs', line 652 def price @price end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
649 650 651 |
# File 'sig/types.rbs', line 649 def type @type end |