Class: Aws::LocationService::Types::GetDevicePositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetDevicePositionRequest
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The device whose position you want to retrieve.
-
#tracker_name ⇒ String
The tracker resource receiving the position update.
Instance Attribute Details
#device_id ⇒ String
The device whose position you want to retrieve.
3441 3442 3443 3444 3445 3446 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3441 class GetDevicePositionRequest < Struct.new( :tracker_name, :device_id) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The tracker resource receiving the position update.
3441 3442 3443 3444 3445 3446 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3441 class GetDevicePositionRequest < Struct.new( :tracker_name, :device_id) SENSITIVE = [] include Aws::Structure end |