Class: Aws::Outposts::Types::CreateOrderInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_itemsArray<Types::LineItemRequest>

The line items that make up the order.

Returns:



402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 402

class CreateOrderInput < Struct.new(
  :outpost_identifier,
  :line_items,
  :payment_option,
  :payment_term)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_identifierString

The ID or the Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 402

class CreateOrderInput < Struct.new(
  :outpost_identifier,
  :line_items,
  :payment_option,
  :payment_term)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option.

Returns:

  • (String)


402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 402

class CreateOrderInput < Struct.new(
  :outpost_identifier,
  :line_items,
  :payment_option,
  :payment_term)
  SENSITIVE = []
  include Aws::Structure
end

#payment_termString

The payment terms.

Returns:

  • (String)


402
403
404
405
406
407
408
409
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 402

class CreateOrderInput < Struct.new(
  :outpost_identifier,
  :line_items,
  :payment_option,
  :payment_term)
  SENSITIVE = []
  include Aws::Structure
end