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_token ⇒ String

The pagination token.

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-outposts/types.rb', line 2013

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

#orders ⇒ Array<Types::OrderSummary>

Information about the orders.

Returns:



2013
2014
2015
2016
2017
2018
# File 'lib/aws-sdk-outposts/types.rb', line 2013

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