Class: Aws::LocationService::Types::BatchEvaluateGeofencesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchEvaluateGeofencesRequest
 
 
- 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 used in evaluating the position of devices against its geofences.
 - 
  
    
      #device_position_updates  ⇒ Array<Types::DevicePositionUpdate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains device details for each device to be evaluated against the given geofence collection.
 
Instance Attribute Details
#collection_name ⇒ String
The geofence collection used in evaluating the position of devices against its geofences.
      322 323 324 325 326 327  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 322 class BatchEvaluateGeofencesRequest < Struct.new( :collection_name, :device_position_updates) SENSITIVE = [] include Aws::Structure end  | 
  
#device_position_updates ⇒ Array<Types::DevicePositionUpdate>
Contains device details for each device to be evaluated against the given geofence collection.
      322 323 324 325 326 327  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 322 class BatchEvaluateGeofencesRequest < Struct.new( :collection_name, :device_position_updates) SENSITIVE = [] include Aws::Structure end  |