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.
556 557 558 |
# File 'sig/types.rbs', line 556 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
554 555 556 |
# File 'sig/types.rbs', line 554 def id @id end |
#schedule ⇒ ::Array[Types::ScheduleItem]
Returns the value of attribute schedule.
557 558 559 |
# File 'sig/types.rbs', line 557 def schedule @schedule end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
555 556 557 |
# File 'sig/types.rbs', line 555 def type @type end |