Class: Aws::LocationService::Types::ListPlaceIndexesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListPlaceIndexesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::ListPlaceIndexesResponseEntry>
Lists the place index resources that exist in your Amazon Web Services account.
-
#next_token ⇒ String
A pagination token indicating that there are additional pages available.
Instance Attribute Details
#entries ⇒ Array<Types::ListPlaceIndexesResponseEntry>
Lists the place index resources that exist in your Amazon Web Services account
4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4505 class ListPlaceIndexesResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
4505 4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4505 class ListPlaceIndexesResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |