Class: Aws::Types::BatchUpdateDevicePositionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tracker_name::String

Returns the value of attribute tracker_name.

Returns:

  • (::String)


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.

Returns:



167
168
169
# File 'sig/types.rbs', line 167

def updates
  @updates
end