Class: Aws::LocationService::Types::ListPlaceIndexesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional limit for the maximum number of results returned in a single call.

Default value: 100

Returns:

  • (Integer)


4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4232

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

#next_tokenString

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

Returns:

  • (String)


4232
4233
4234
4235
4236
4237
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4232

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