Class: Aws::LocationService::Types::ListPlaceIndexesResponse

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

#entriesArray<Types::ListPlaceIndexesResponseEntry>

Lists the place index resources that exist in your Amazon Web Services account



4252
4253
4254
4255
4256
4257
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4252

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

#next_tokenString

A pagination token indicating that there are additional pages available. You can use the token in a new request to fetch the next page of results.

Returns:

  • (String)


4252
4253
4254
4255
4256
4257
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4252

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