Class: Aws::LocationService::Types::ListGeofencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListGeofencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::ListGeofenceResponseEntry>
Contains a list of geofences stored in the geofence collection.
-
#next_token ⇒ String
A pagination token indicating there are additional pages available.
Instance Attribute Details
#entries ⇒ Array<Types::ListGeofenceResponseEntry>
Contains a list of geofences stored in the geofence collection.
4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4263 class ListGeofencesResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
4263 4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4263 class ListGeofencesResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |