Class: Aws::LocationService::Types::BatchUpdateDevicePositionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tracker_nameString

The name of the tracker resource to update.

Returns:

  • (String)


593
594
595
596
597
598
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 593

class BatchUpdateDevicePositionRequest < Struct.new(
  :tracker_name,
  :updates)
  SENSITIVE = []
  include Aws::Structure
end

#updatesArray<Types::DevicePositionUpdate>

Contains the position update details for each device, up to 10 devices.

Returns:



593
594
595
596
597
598
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 593

class BatchUpdateDevicePositionRequest < Struct.new(
  :tracker_name,
  :updates)
  SENSITIVE = []
  include Aws::Structure
end