Class: Aws::LocationService::Types::GetDevicePositionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The device whose position you want to retrieve.

Returns:

  • (String)


3314
3315
3316
3317
3318
3319
# File 'lib/aws-sdk-locationservice/types.rb', line 3314

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

#tracker_nameString

The tracker resource receiving the position update.

Returns:

  • (String)


3314
3315
3316
3317
3318
3319
# File 'lib/aws-sdk-locationservice/types.rb', line 3314

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