Class: Aws::Types::ListDevicePositionsResponseEntry
- Inherits:
-
Object
- Object
- Aws::Types::ListDevicePositionsResponseEntry
- 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.
849 850 851 |
# File 'sig/types.rbs', line 849 def accuracy @accuracy end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
846 847 848 |
# File 'sig/types.rbs', line 846 def device_id @device_id end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
848 849 850 |
# File 'sig/types.rbs', line 848 def position @position end |
#position_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute position_properties.
850 851 852 |
# File 'sig/types.rbs', line 850 def position_properties @position_properties end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
847 848 849 |
# File 'sig/types.rbs', line 847 def sample_time @sample_time end |