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.
      451 452 453 454 455 456  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 451 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.
      451 452 453 454 455 456  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 451 class BatchPutGeofenceRequest < Struct.new( :collection_name, :entries) SENSITIVE = [] include Aws::Structure end  |