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:



2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-supplychain/types.rb', line 2033

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)


2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-supplychain/types.rb', line 2033

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