Class: Aws::Types::BatchGetDevicePositionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_positions::Array[Types::DevicePosition]

Returns the value of attribute device_positions.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def device_positions
  @device_positions
end

#errors::Array[Types::BatchGetDevicePositionError]

Returns the value of attribute errors.



115
116
117
# File 'sig/types.rbs', line 115

def errors
  @errors
end