Class: Aws::LocationService::Types::BatchUpdateDevicePositionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::BatchUpdateDevicePositionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the tracker resource to update.
 - 
  
    
      #updates  ⇒ Array<Types::DevicePositionUpdate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the position update details for each device, up to 10 devices.
 
Instance Attribute Details
#tracker_name ⇒ String
The name of the tracker resource to update.
      595 596 597 598 599 600  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 595 class BatchUpdateDevicePositionRequest < Struct.new( :tracker_name, :updates) SENSITIVE = [] include Aws::Structure end  | 
  
#updates ⇒ Array<Types::DevicePositionUpdate>
Contains the position update details for each device, up to 10 devices.
      595 596 597 598 599 600  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 595 class BatchUpdateDevicePositionRequest < Struct.new( :tracker_name, :updates) SENSITIVE = [] include Aws::Structure end  |