Class: Aws::Types::PurchaseOrder
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseOrder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#charge_id ⇒ ::String
Returns the value of attribute charge_id.
-
#charge_revision ⇒ ::Integer
Returns the value of attribute charge_revision.
-
#purchase_order_reference ⇒ ::String
Returns the value of attribute purchase_order_reference.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
686 687 688 |
# File 'sig/types.rbs', line 686 def agreement_id @agreement_id end |
#charge_id ⇒ ::String
Returns the value of attribute charge_id.
684 685 686 |
# File 'sig/types.rbs', line 684 def charge_id @charge_id end |
#charge_revision ⇒ ::Integer
Returns the value of attribute charge_revision.
685 686 687 |
# File 'sig/types.rbs', line 685 def charge_revision @charge_revision end |
#purchase_order_reference ⇒ ::String
Returns the value of attribute purchase_order_reference.
687 688 689 |
# File 'sig/types.rbs', line 687 def purchase_order_reference @purchase_order_reference end |