Class: Aws::Types::VerifyDevicePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::VerifyDevicePositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_state ⇒ Types::DeviceState
Returns the value of attribute device_state.
-
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#device_state ⇒ Types::DeviceState
Returns the value of attribute device_state.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def device_state @device_state end |
#distance_unit ⇒ "Kilometers", "Miles"
Returns the value of attribute distance_unit.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def distance_unit @distance_unit end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def tracker_name @tracker_name end |