Class: Aws::Types::Order

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#line_items::Array[Types::LineItem]

Returns the value of attribute line_items.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def line_items
  @line_items
end

#order_fulfilled_date::Time

Returns the value of attribute order_fulfilled_date.

Returns:

  • (::Time)


665
666
667
# File 'sig/types.rbs', line 665

def order_fulfilled_date
  @order_fulfilled_date
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def order_id
  @order_id
end

#order_submission_date::Time

Returns the value of attribute order_submission_date.

Returns:

  • (::Time)


664
665
666
# File 'sig/types.rbs', line 664

def order_submission_date
  @order_submission_date
end

#order_type"OUTPOST", "REPLACEMENT"

Returns the value of attribute order_type.

Returns:

  • ("OUTPOST", "REPLACEMENT")


667
668
669
# File 'sig/types.rbs', line 667

def order_type
  @order_type
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def outpost_id
  @outpost_id
end

#payment_option"ALL_UPFRONT", ...

Returns the value of attribute payment_option.

Returns:

  • ("ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT")


663
664
665
# File 'sig/types.rbs', line 663

def payment_option
  @payment_option
end

#payment_term"THREE_YEARS", ...

Returns the value of attribute payment_term.

Returns:

  • ("THREE_YEARS", "ONE_YEAR", "FIVE_YEARS")


666
667
668
# File 'sig/types.rbs', line 666

def payment_term
  @payment_term
end

#quote_identifier::String

Returns the value of attribute quote_identifier.

Returns:

  • (::String)


658
659
660
# File 'sig/types.rbs', line 658

def quote_identifier
  @quote_identifier
end

#quote_option_identifier::String

Returns the value of attribute quote_option_identifier.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def quote_option_identifier
  @quote_option_identifier
end

#status"RECEIVED", ...

Returns the value of attribute status.

Returns:

  • ("RECEIVED", "PENDING", "PROCESSING", "INSTALLING", "FULFILLED", "CANCELLED", "PREPARING", "IN_PROGRESS", "DELIVERED", "COMPLETED", "ERROR")


661
662
663
# File 'sig/types.rbs', line 661

def status
  @status
end