Class: Aws::SupplyChain::Types::ListInstancesResponse

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

Overview

The response parameters for ListInstances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::Instance>

The list of instances resource data details.

Returns:



1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-supplychain/types.rb', line 1167

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

#next_tokenString

The pagination token to fetch the next page of instances.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-supplychain/types.rb', line 1167

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