Class: Aws::Outposts::Types::ListOrdersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListOrdersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#orders ⇒ Array<Types::OrderSummary>
Information about the orders.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-outposts/types.rb', line 1581 class ListOrdersOutput < Struct.new( :orders, :next_token) SENSITIVE = [] include Aws::Structure end |
#orders ⇒ Array<Types::OrderSummary>
Information about the orders.
1581 1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-outposts/types.rb', line 1581 class ListOrdersOutput < Struct.new( :orders, :next_token) SENSITIVE = [] include Aws::Structure end |