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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/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)


1254
1255
1256
1257
1258
1259
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1254

class ListOrdersOutput < Struct.new(
  :orders,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#ordersArray<Types::OrderSummary>

Information about the orders.

Returns:



1254
1255
1256
1257
1258
1259
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1254

class ListOrdersOutput < Struct.new(
  :orders,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end