Class: Aws::Types::PurchaseOrder

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def purchase_order_reference
  @purchase_order_reference
end