Class: Aws::SupplyChain::Types::ListInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListInstancesResponse
- 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
-
#instances ⇒ Array<Types::Instance>
The list of instances resource data details.
-
#next_token ⇒ String
The pagination token to fetch the next page of instances.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
The list of instances resource data details.
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_token ⇒ String
The pagination token to fetch the next page of instances.
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 |