Class: Aws::Outposts::Types::Order

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

Overview

Information about an order.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#line_itemsArray<Types::LineItem>

The line items for the order

Returns:



1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#order_fulfilled_dateTime

The fulfillment date of the order.

Returns:

  • (Time)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#order_idString

The ID of the order.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#order_submission_dateTime

The submission date for the order.

Returns:

  • (Time)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#order_typeString

The type of order.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID of the Outpost in the order.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The payment option for the order.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#payment_termString

The payment term.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the order.

  • PREPARING - Order is received and being prepared.

  • IN_PROGRESS - Order is either being built, shipped, or installed. To get more details, see the line item status.

  • COMPLETED - Order is complete.

  • CANCELLED - Order is cancelled.

  • ERROR - Customer should contact support.

The following status are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1453

class Order < Struct.new(
  :outpost_id,
  :order_id,
  :status,
  :line_items,
  :payment_option,
  :order_submission_date,
  :order_fulfilled_date,
  :payment_term,
  :order_type)
  SENSITIVE = []
  include Aws::Structure
end