Class: Aws::LocationService::Types::ListGeofenceCollectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListGeofenceCollectionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::ListGeofenceCollectionsResponseEntry>
Lists the geofence collections that exist in your Amazon Web Services account.
-
#next_token ⇒ String
A pagination token indicating there are additional pages available.
Instance Attribute Details
#entries ⇒ Array<Types::ListGeofenceCollectionsResponseEntry>
Lists the geofence collections that exist in your Amazon Web Services account.
4091 4092 4093 4094 4095 4096 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4091 class ListGeofenceCollectionsResponse < 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.
4091 4092 4093 4094 4095 4096 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4091 class ListGeofenceCollectionsResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |