Class: Aws::Types::NetPaymentTerm
- Inherits:
-
Object
- Object
- Aws::Types::NetPaymentTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#payment_due_period ⇒ ::String
Returns the value of attribute payment_due_period.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
468 469 470 |
# File 'sig/types.rbs', line 468 def id @id end |
#payment_due_period ⇒ ::String
Returns the value of attribute payment_due_period.
470 471 472 |
# File 'sig/types.rbs', line 470 def payment_due_period @payment_due_period end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
469 470 471 |
# File 'sig/types.rbs', line 469 def type @type end |