Class: Aws::Types::OrderSummary
- Inherits:
-
Object
- Object
- Aws::Types::OrderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#order_fulfilled_date ⇒ ::Time
Returns the value of attribute order_fulfilled_date.
-
#order_id ⇒ ::String
Returns the value of attribute order_id.
-
#order_submission_date ⇒ ::Time
Returns the value of attribute order_submission_date.
-
#order_type ⇒ "OUTPOST", "REPLACEMENT"
Returns the value of attribute order_type.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#status ⇒ "RECEIVED", ...
Returns the value of attribute status.
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.
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.
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.
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.
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.
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.
650 651 652 |
# File 'sig/types.rbs', line 650 def outpost_id @outpost_id end |
#status ⇒ "RECEIVED", ...
Returns the value of attribute status.
653 654 655 |
# File 'sig/types.rbs', line 653 def status @status end |