Class: Aws::Types::DevicePositionUpdate
- Inherits:
-
Object
- Object
- Aws::Types::DevicePositionUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
-
#position_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute position_properties.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
Instance Attribute Details
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
564 565 566 |
# File 'sig/types.rbs', line 564 def accuracy @accuracy end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
561 562 563 |
# File 'sig/types.rbs', line 561 def device_id @device_id end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
563 564 565 |
# File 'sig/types.rbs', line 563 def position @position end |
#position_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute position_properties.
565 566 567 |
# File 'sig/types.rbs', line 565 def position_properties @position_properties end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
562 563 564 |
# File 'sig/types.rbs', line 562 def sample_time @sample_time end |