Class: Aws::LocationService::Types::ListGeofenceCollectionsResponse

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::ListGeofenceCollectionsResponseEntry>

Lists the geofence collections that exist in your Amazon Web Services account.



3848
3849
3850
3851
3852
3853
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3848

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

#next_tokenString

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.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3848

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