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)


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

#ordersArray<Types::OrderSummary>

Information about the orders.

Returns:



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