Class: Aws::LocationService::Types::BatchPutGeofenceRequest

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 geofence collection storing the geofences.

Returns:

  • (String)


451
452
453
454
455
456
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 451

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

#entriesArray<Types::BatchPutGeofenceRequestEntry>

The batch of geofences to be stored in a geofence collection.



451
452
453
454
455
456
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 451

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