Method: Aws::IoTThingsGraph::Types::SearchThingsResponse#next_token
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
#next_token ⇒ String
The string to specify as nextToken when you request the next page of results.
1268 1269 1270 1271 1272 1273 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1268 class SearchThingsResponse < Struct.new( :things, :next_token) SENSITIVE = [] include Aws::Structure end |