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:



640
641
642
# File 'sig/types.rbs', line 640

def line_items
  @line_items
end

#order_fulfilled_date::Time

Returns the value of attribute order_fulfilled_date.

Returns:

  • (::Time)


643
644
645
# File 'sig/types.rbs', line 643

def order_fulfilled_date
  @order_fulfilled_date
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def order_id
  @order_id
end

#order_submission_date::Time

Returns the value of attribute order_submission_date.

Returns:

  • (::Time)


642
643
644
# File 'sig/types.rbs', line 642

def order_submission_date
  @order_submission_date
end

#order_type"OUTPOST", "REPLACEMENT"

Returns the value of attribute order_type.

Returns:

  • ("OUTPOST", "REPLACEMENT")


645
646
647
# File 'sig/types.rbs', line 645

def order_type
  @order_type
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def outpost_id
  @outpost_id
end

#payment_option"ALL_UPFRONT", ...

Returns the value of attribute payment_option.

Returns:

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


641
642
643
# File 'sig/types.rbs', line 641

def payment_option
  @payment_option
end

#payment_term"THREE_YEARS", ...

Returns the value of attribute payment_term.

Returns:

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


644
645
646
# File 'sig/types.rbs', line 644

def payment_term
  @payment_term
end

#quote_identifier::String

Returns the value of attribute quote_identifier.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def quote_identifier
  @quote_identifier
end

#quote_option_identifier::String

Returns the value of attribute quote_option_identifier.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

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")


639
640
641
# File 'sig/types.rbs', line 639

def status
  @status
end