Class: Aws::Types::BatchGetDevicePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDevicePositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_ids ⇒ ::Array[::String]
Returns the value of attribute device_ids.
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
Instance Attribute Details
#device_ids ⇒ ::Array[::String]
Returns the value of attribute device_ids.
110 111 112 |
# File 'sig/types.rbs', line 110 def device_ids @device_ids end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
109 110 111 |
# File 'sig/types.rbs', line 109 def tracker_name @tracker_name end |