Class: Aws::Outposts::Types::OrderSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::OrderSummary
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
A summary of line items in your order.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#line_item_counts_by_status ⇒ Hash<String,Integer>
The status of all line items in the order.
-
#order_fulfilled_date ⇒ Time
The fulfilment date for the order.
-
#order_id ⇒ String
The ID of the order.
-
#order_submission_date ⇒ Time
The submission date for the order.
-
#order_type ⇒ String
The type of order.
-
#outpost_id ⇒ String
The ID of the Outpost.
-
#status ⇒ String
The status of the order.
Instance Attribute Details
#line_item_counts_by_status ⇒ Hash<String,Integer>
The status of all line items in the order.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |
#order_fulfilled_date ⇒ Time
The fulfilment date for the order.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |
#order_id ⇒ String
The ID of the order.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |
#order_submission_date ⇒ Time
The submission date for the order.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |
#order_type ⇒ String
The type of order.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID of the Outpost.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the order.
PREPARING- Order is received and is being prepared.IN_PROGRESS- Order is either being built, shipped, or installed. For more information, see theLineItemstatus.COMPLETED- Order is complete.CANCELLED- Order is cancelled.ERROR- Customer should contact support.
RECEIVED, PENDING,
PROCESSING, INSTALLING, and FULFILLED.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1965 class OrderSummary < Struct.new( :outpost_id, :order_id, :order_type, :status, :line_item_counts_by_status, :order_submission_date, :order_fulfilled_date) SENSITIVE = [] include Aws::Structure end |