Class: Aws::Types::BatchUpdateDevicePositionRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateDevicePositionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
-
#updates ⇒ ::Array[Types::DevicePositionUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def tracker_name @tracker_name end |
#updates ⇒ ::Array[Types::DevicePositionUpdate]
Returns the value of attribute updates.
167 168 169 |
# File 'sig/types.rbs', line 167 def updates @updates end |