Class: Aws::LocationService::Types::VerifyDevicePositionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::VerifyDevicePositionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_state ⇒ Types::DeviceState
The device’s state, including position, IP address, cell signals and Wi-Fi access points.
-
#distance_unit ⇒ String
The distance unit for the verification request.
-
#tracker_name ⇒ String
The name of the tracker resource to be associated with verification request.
Instance Attribute Details
#device_state ⇒ Types::DeviceState
The device’s state, including position, IP address, cell signals and Wi-Fi access points.
7071 7072 7073 7074 7075 7076 7077 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7071 class VerifyDevicePositionRequest < Struct.new( :tracker_name, :device_state, :distance_unit) SENSITIVE = [] include Aws::Structure end |
#distance_unit ⇒ String
The distance unit for the verification request.
Default Value: ‘Kilometers`
7071 7072 7073 7074 7075 7076 7077 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7071 class VerifyDevicePositionRequest < Struct.new( :tracker_name, :device_state, :distance_unit) SENSITIVE = [] include Aws::Structure end |
#tracker_name ⇒ String
The name of the tracker resource to be associated with verification request.
7071 7072 7073 7074 7075 7076 7077 |
# File 'lib/aws-sdk-locationservice/types.rb', line 7071 class VerifyDevicePositionRequest < Struct.new( :tracker_name, :device_state, :distance_unit) SENSITIVE = [] include Aws::Structure end |