Class: Aws::Types::BatchDeleteDevicePositionHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteDevicePositionHistoryRequest
- 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.
58 59 60 |
# File 'sig/types.rbs', line 58 def device_ids @device_ids end |
#tracker_name ⇒ ::String
Returns the value of attribute tracker_name.
57 58 59 |
# File 'sig/types.rbs', line 57 def tracker_name @tracker_name end |