Class: Aws::Types::GetDevicePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDevicePositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
651 652 653 |
# File 'sig/types.rbs', line 651 def device_id @device_id end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
650 651 652 |
# File 'sig/types.rbs', line 650 def tracker_name @tracker_name end |