Method: Aws::IoTThingsGraph::Types::SearchThingsRequest#next_token
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
#next_token ⇒ String
The string that specifies the next page of results. Use this when you’re paginating results.
1250 1251 1252 1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1250 class SearchThingsRequest < Struct.new( :entity_id, :next_token, :max_results, :namespace_version) SENSITIVE = [] include Aws::Structure end |