Class: Aws::Types::DevicePosition
- Inherits:
-
Object
- Object
- Aws::Types::DevicePosition
- 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.
-
#received_time ⇒ ::Time
Returns the value of attribute received_time.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
Instance Attribute Details
#accuracy ⇒ Types::PositionalAccuracy
Returns the value of attribute accuracy.
555 556 557 |
# File 'sig/types.rbs', line 555 def accuracy @accuracy end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
551 552 553 |
# File 'sig/types.rbs', line 551 def device_id @device_id end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
554 555 556 |
# File 'sig/types.rbs', line 554 def position @position end |
#position_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute position_properties.
556 557 558 |
# File 'sig/types.rbs', line 556 def position_properties @position_properties end |
#received_time ⇒ ::Time
Returns the value of attribute received_time.
553 554 555 |
# File 'sig/types.rbs', line 553 def received_time @received_time end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
552 553 554 |
# File 'sig/types.rbs', line 552 def sample_time @sample_time end |