Class: Aws::Types::VerifyDevicePositionResponse
- Inherits:
-
Object
- Object
- Aws::Types::VerifyDevicePositionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#inferred_state ⇒ Types::InferredState
Returns the value of attribute inferred_state.
-
#received_time ⇒ ::Time
Returns the value of attribute received_time.
-
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def device_id @device_id end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def distance_unit @distance_unit end |
#inferred_state ⇒ Types::InferredState
Returns the value of attribute inferred_state.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def inferred_state @inferred_state end |
#received_time ⇒ ::Time
Returns the value of attribute received_time.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def received_time @received_time end |
#sample_time ⇒ ::Time
Returns the value of attribute sample_time.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def sample_time @sample_time end |