Class: Aws::LocationService::Types::GetDevicePositionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LocationService::Types::GetDevicePositionResponse
 
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [:sample_time, :received_time, :position, :position_properties] 
Instance Attribute Summary collapse
- 
  
    
      #accuracy  ⇒ Types::PositionalAccuracy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The accuracy of the device position. 
- 
  
    
      #device_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The device whose position you retrieved. 
- 
  
    
      #position  ⇒ Array<Float> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last known device position. 
- 
  
    
      #position_properties  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The properties associated with the position. 
- 
  
    
      #received_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp for when the tracker resource received the device position. 
- 
  
    
      #sample_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp at which the device's position was determined. 
Instance Attribute Details
#accuracy ⇒ Types::PositionalAccuracy
The accuracy of the device position.
| 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3535 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:sample_time, :received_time, :position, :position_properties] include Aws::Structure end | 
#device_id ⇒ String
The device whose position you retrieved.
| 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3535 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:sample_time, :received_time, :position, :position_properties] include Aws::Structure end | 
#position ⇒ Array<Float>
The last known device position.
| 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3535 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:sample_time, :received_time, :position, :position_properties] include Aws::Structure end | 
#position_properties ⇒ Hash<String,String>
The properties associated with the position.
| 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3535 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:sample_time, :received_time, :position, :position_properties] include Aws::Structure end | 
#received_time ⇒ Time
The timestamp for when the tracker resource received the device
position. Uses  ISO 8601  format: YYYY-MM-DDThh:mm:ss.sssZ.
| 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3535 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:sample_time, :received_time, :position, :position_properties] include Aws::Structure end | 
#sample_time ⇒ Time
The timestamp at which the device's position was determined. Uses 
ISO 8601  format: YYYY-MM-DDThh:mm:ss.sssZ.
| 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 | # File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3535 class GetDevicePositionResponse < Struct.new( :device_id, :sample_time, :received_time, :position, :accuracy, :position_properties) SENSITIVE = [:sample_time, :received_time, :position, :position_properties] include Aws::Structure end |