Class: Aws::LocationService::Types::ListGeofencesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collection_nameString

The name of the geofence collection storing the list of geofences.

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
# File 'lib/aws-sdk-locationservice/types.rb', line 4245

class ListGeofencesRequest < Struct.new(
  :collection_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional limit for the number of geofences returned in a single call.

Default value: ‘100`

Returns:

  • (Integer)


4245
4246
4247
4248
4249
4250
4251
# File 'lib/aws-sdk-locationservice/types.rb', line 4245

class ListGeofencesRequest < Struct.new(
  :collection_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: ‘null`

Returns:

  • (String)


4245
4246
4247
4248
4249
4250
4251
# File 'lib/aws-sdk-locationservice/types.rb', line 4245

class ListGeofencesRequest < Struct.new(
  :collection_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end