Class: Aws::Types::BatchUpdateDevicePositionError

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#device_id::String

Returns the value of attribute device_id.



159
160
161
# File 'sig/types.rbs', line 159

def device_id
  @device_id
end

#errorTypes::BatchItemError

Returns the value of attribute error.



161
162
163
# File 'sig/types.rbs', line 161

def error
  @error
end

#sample_time::Time

Returns the value of attribute sample_time.



160
161
162
# File 'sig/types.rbs', line 160

def sample_time
  @sample_time
end