Class: Aws::LocationService::Types::GetDevicePositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::GetDevicePositionRequest
- Includes:
- Structure
- Defined in:
- 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.
3312 3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3312 class GetDevicePositionRequest < Struct.new( :tracker_name, :device_id) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The tracker resource receiving the position update.
3312 3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-locationservice/types.rb', line 3312 class GetDevicePositionRequest < Struct.new( :tracker_name, :device_id) SENSITIVE = [] include Aws::Structure end |