Class: Aws::Outposts::Types::ListOrdersOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


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

#ordersArray<Types::OrderSummary>

Information about the orders.

Returns:



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