Class: Aws::Outposts::Types::CreateOrderInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreateOrderInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#line_items ⇒ Array<Types::LineItemRequest>
The line items that make up the order.
-
#outpost_identifier ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
-
#payment_option ⇒ String
The payment option.
-
#payment_term ⇒ String
The payment terms.
Instance Attribute Details
#line_items ⇒ Array<Types::LineItemRequest>
The line items that make up the order.
492 493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 492 class CreateOrderInput < Struct.new( :outpost_identifier, :line_items, :payment_option, :payment_term) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
492 493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 492 class CreateOrderInput < Struct.new( :outpost_identifier, :line_items, :payment_option, :payment_term) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The payment option.
492 493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 492 class CreateOrderInput < Struct.new( :outpost_identifier, :line_items, :payment_option, :payment_term) SENSITIVE = [] include Aws::Structure end |
#payment_term ⇒ String
The payment terms.
492 493 494 495 496 497 498 499 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 492 class CreateOrderInput < Struct.new( :outpost_identifier, :line_items, :payment_option, :payment_term) SENSITIVE = [] include Aws::Structure end |