Class: Aws::Types::PaymentScheduleTerm
- Inherits:
-
Object
- Object
- Aws::Types::PaymentScheduleTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#schedule ⇒ ::Array[Types::ScheduleItem]
Returns the value of attribute schedule.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
544 545 546 |
# File 'sig/types.rbs', line 544 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
542 543 544 |
# File 'sig/types.rbs', line 542 def id @id end |
#schedule ⇒ ::Array[Types::ScheduleItem]
Returns the value of attribute schedule.
545 546 547 |
# File 'sig/types.rbs', line 545 def schedule @schedule end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
543 544 545 |
# File 'sig/types.rbs', line 543 def type @type end |