Class: Aws::Types::CreateOrderInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#line_items::Array[Types::LineItemRequest]

Returns the value of attribute line_items.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("ALL_UPFRONT", "NO_UPFRONT", "PARTIAL_UPFRONT")


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.

Returns:

  • ("THREE_YEARS", "ONE_YEAR", "FIVE_YEARS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def quote_option_identifier
  @quote_option_identifier
end