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

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

#collection_nameString

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

Returns:

  • (String)


3990
3991
3992
3993
3994
3995
3996
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3990

class ListGeofencesRequest < Struct.new(
  :collection_name,
  :max_results,
  :next_token)
  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)


3990
3991
3992
3993
3994
3995
3996
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3990

class ListGeofencesRequest < Struct.new(
  :collection_name,
  :max_results,
  :next_token)
  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)


3990
3991
3992
3993
3994
3995
3996
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3990

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