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


677
678
679
# File 'sig/types.rbs', line 677

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)


679
680
681
# File 'sig/types.rbs', line 679

def order_fulfilled_date
  @order_fulfilled_date
end

#order_id ⇒ ::String

Returns the value of attribute order_id.

Returns:

  • (::String)


674
675
676
# File 'sig/types.rbs', line 674

def order_id
  @order_id
end

#order_submission_date ⇒ ::Time

Returns the value of attribute order_submission_date.

Returns:

  • (::Time)


678
679
680
# File 'sig/types.rbs', line 678

def order_submission_date
  @order_submission_date
end

#order_type ⇒ "OUTPOST", "REPLACEMENT"

Returns the value of attribute order_type.

Returns:

  • ("OUTPOST", "REPLACEMENT")


675
676
677
# File 'sig/types.rbs', line 675

def order_type
  @order_type
end

#outpost_id ⇒ ::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

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


676
677
678
# File 'sig/types.rbs', line 676

def status
  @status
end