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.
1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-outposts/types.rb', line 1502 class ListOrdersOutput < Struct.new( :orders, :next_token) SENSITIVE = [] include Aws::Structure end |
#orders ⇒ Array<Types::OrderSummary>
Information about the orders.
1502 1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-outposts/types.rb', line 1502 class ListOrdersOutput < Struct.new( :orders, :next_token) SENSITIVE = [] include Aws::Structure end |