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.
689 690 691 |
# File 'sig/types.rbs', line 689 def billing_period @billing_period end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
688 689 690 |
# File 'sig/types.rbs', line 688 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
686 687 688 |
# File 'sig/types.rbs', line 686 def id @id end |
#price ⇒ ::String
Returns the value of attribute price.
690 691 692 |
# File 'sig/types.rbs', line 690 def price @price end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
687 688 689 |
# File 'sig/types.rbs', line 687 def type @type end |