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.
662 663 664 |
# File 'sig/types.rbs', line 662 def line_items @line_items end |
#order_fulfilled_date ⇒ ::Time
Returns the value of attribute order_fulfilled_date.
665 666 667 |
# File 'sig/types.rbs', line 665 def order_fulfilled_date @order_fulfilled_date end |
#order_id ⇒ ::String
Returns the value of attribute order_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def order_id @order_id end |
#order_submission_date ⇒ ::Time
Returns the value of attribute order_submission_date.
664 665 666 |
# File 'sig/types.rbs', line 664 def order_submission_date @order_submission_date end |
#order_type ⇒ "OUTPOST", "REPLACEMENT"
Returns the value of attribute order_type.
667 668 669 |
# File 'sig/types.rbs', line 667 def order_type @order_type end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
657 658 659 |
# File 'sig/types.rbs', line 657 def outpost_id @outpost_id end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
663 664 665 |
# File 'sig/types.rbs', line 663 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
666 667 668 |
# File 'sig/types.rbs', line 666 def payment_term @payment_term end |
#quote_identifier ⇒ ::String
Returns the value of attribute quote_identifier.
658 659 660 |
# File 'sig/types.rbs', line 658 def quote_identifier @quote_identifier end |
#quote_option_identifier ⇒ ::String
Returns the value of attribute quote_option_identifier.
659 660 661 |
# File 'sig/types.rbs', line 659 def quote_option_identifier @quote_option_identifier end |
#status ⇒ "RECEIVED", ...
Returns the value of attribute status.
661 662 663 |
# File 'sig/types.rbs', line 661 def status @status end |