Class: Aws::Types::OrderSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#line_item_counts_by_status::Hash[("PREPARING" | "BUILDING" | "SHIPPED" | "DELIVERED" | "INSTALLING" | "INSTALLED" | "ERROR" | "CANCELLED" | "REPLACED"), ::Integer]

Returns the value of attribute line_item_counts_by_status.

Returns:

  • (::Hash[("PREPARING" | "BUILDING" | "SHIPPED" | "DELIVERED" | "INSTALLING" | "INSTALLED" | "ERROR" | "CANCELLED" | "REPLACED"), ::Integer])


654
655
656
# File 'sig/types.rbs', line 654

def line_item_counts_by_status
  @line_item_counts_by_status
end

#order_fulfilled_date::Time

Returns the value of attribute order_fulfilled_date.

Returns:

  • (::Time)


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

def order_fulfilled_date
  @order_fulfilled_date
end

#order_id::String

Returns the value of attribute order_id.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def order_id
  @order_id
end

#order_submission_date::Time

Returns the value of attribute order_submission_date.

Returns:

  • (::Time)


655
656
657
# File 'sig/types.rbs', line 655

def order_submission_date
  @order_submission_date
end

#order_type"OUTPOST", "REPLACEMENT"

Returns the value of attribute order_type.

Returns:

  • ("OUTPOST", "REPLACEMENT")


652
653
654
# File 'sig/types.rbs', line 652

def order_type
  @order_type
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def outpost_id
  @outpost_id
end

#status"RECEIVED", ...

Returns the value of attribute status.

Returns:

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


653
654
655
# File 'sig/types.rbs', line 653

def status
  @status
end