Class: Aws::LocationService::Types::GetDevicePositionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LocationService::Types::GetDevicePositionRequest
 
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #device_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The device whose position you want to retrieve. 
- 
  
    
      #tracker_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tracker resource receiving the position update. 
Instance Attribute Details
#device_id ⇒ String
The device whose position you want to retrieve.
| 3492 3493 3494 3495 3496 3497 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3492 class GetDevicePositionRequest < Struct.new( :tracker_name, :device_id) SENSITIVE = [] include Aws::Structure end | 
#tracker_name ⇒ String
The tracker resource receiving the position update.
| 3492 3493 3494 3495 3496 3497 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3492 class GetDevicePositionRequest < Struct.new( :tracker_name, :device_id) SENSITIVE = [] include Aws::Structure end |