Class: Aws::LocationService::Types::ListPlaceIndexesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListPlaceIndexesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional limit for the maximum number of results returned in a single call.
-
#next_token ⇒ String
The pagination token specifying which page of results to return in the response.
Instance Attribute Details
#max_results ⇒ Integer
An optional limit for the maximum number of results returned in a single call.
Default value: ‘100`
4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4485 class ListPlaceIndexesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: ‘null`
4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4485 class ListPlaceIndexesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |