Class: Aws::PrivateNetworks::Types::ListOrdersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1071

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

#ordersArray<Types::Order>

Information about the orders.

Returns:



1071
1072
1073
1074
1075
1076
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 1071

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