Class: Aws::LocationService::Types::BatchPutGeofenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::BatchPutGeofenceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_name ⇒ String
The geofence collection storing the geofences.
-
#entries ⇒ Array<Types::BatchPutGeofenceRequestEntry>
The batch of geofences to be stored in a geofence collection.
Instance Attribute Details
#collection_name ⇒ String
The geofence collection storing the geofences.
449 450 451 452 453 454 |
# File 'lib/aws-sdk-locationservice/types.rb', line 449 class BatchPutGeofenceRequest < Struct.new( :collection_name, :entries) SENSITIVE = [] include Aws::Structure end |
#entries ⇒ Array<Types::BatchPutGeofenceRequestEntry>
The batch of geofences to be stored in a geofence collection.
449 450 451 452 453 454 |
# File 'lib/aws-sdk-locationservice/types.rb', line 449 class BatchPutGeofenceRequest < Struct.new( :collection_name, :entries) SENSITIVE = [] include Aws::Structure end |