Class: Aws::Types::CreateOrderInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateOrderInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#line_items ⇒ ::Array[Types::LineItemRequest]
Returns the value of attribute line_items.
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
-
#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.
Instance Attribute Details
#line_items ⇒ ::Array[Types::LineItemRequest]
Returns the value of attribute line_items.
150 151 152 |
# File 'sig/types.rbs', line 150 def line_items @line_items end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
147 148 149 |
# File 'sig/types.rbs', line 147 def outpost_identifier @outpost_identifier end |
#payment_option ⇒ "ALL_UPFRONT", ...
Returns the value of attribute payment_option.
151 152 153 |
# File 'sig/types.rbs', line 151 def payment_option @payment_option end |
#payment_term ⇒ "THREE_YEARS", ...
Returns the value of attribute payment_term.
152 153 154 |
# File 'sig/types.rbs', line 152 def payment_term @payment_term end |
#quote_identifier ⇒ ::String
Returns the value of attribute quote_identifier.
148 149 150 |
# File 'sig/types.rbs', line 148 def quote_identifier @quote_identifier end |
#quote_option_identifier ⇒ ::String
Returns the value of attribute quote_option_identifier.
149 150 151 |
# File 'sig/types.rbs', line 149 def quote_option_identifier @quote_option_identifier end |