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.
463 464 465 |
# File 'sig/types.rbs', line 463 def id @id end |
#payment_due_period ⇒ ::String
Returns the value of attribute payment_due_period.
465 466 467 |
# File 'sig/types.rbs', line 465 def payment_due_period @payment_due_period end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
464 465 466 |
# File 'sig/types.rbs', line 464 def type @type end |