Class: Aws::Types::Order
- Inherits:
-
Object
- Object
- Aws::Types::Order
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#line_items ⇒ ::Array[Types::LineItem]
Returns the value of attribute line_items.
-
#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.
-
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
-
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
-
#quote_identifier ⇒ ::String
Returns the value of attribute quote_identifier.
-
#quote_option_identifier ⇒ ::String
Returns the value of attribute quote_option_identifier.
-
#status ⇒ "RECEIVED", ...
Returns the value of attribute status.
Instance Attribute Details
#line_items ⇒ ::Array[Types::LineItem]
Returns the value of attribute line_items.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
639 640 641 |
# File 'sig/types.rbs', line 639 def status @status end |