Class: Aws::Types::GetDevicePositionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDevicePositionResponse
- 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.
660 661 662 |
# File 'sig/types.rbs', line 660 def accuracy @accuracy end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
656 657 658 |
# File 'sig/types.rbs', line 656 def device_id @device_id end |
#position ⇒ ::Array[::Float]
Returns the value of attribute position.
659 660 661 |
# File 'sig/types.rbs', line 659 def position @position end |
#position_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute position_properties.
661 662 663 |
# File 'sig/types.rbs', line 661 def position_properties @position_properties end |
#received_time ⇒ ::Time
Returns the value of attribute received_time.
658 659 660 |
# File 'sig/types.rbs', line 658 def received_time @received_time end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
657 658 659 |
# File 'sig/types.rbs', line 657 def sample_time @sample_time end |