Class: Aws::LocationService::Types::ForecastGeofenceEventsDeviceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ForecastGeofenceEventsDeviceState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
The device’s position, IP address, and WiFi access points.
Constant Summary collapse
- SENSITIVE =
[:position]
Instance Attribute Summary collapse
-
#position ⇒ Array<Float>
The device’s position.
-
#speed ⇒ Float
The device’s speed.
Instance Attribute Details
#position ⇒ Array<Float>
The device’s position.
2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2996 class ForecastGeofenceEventsDeviceState < Struct.new( :position, :speed) SENSITIVE = [:position] include Aws::Structure end |
#speed ⇒ Float
The device’s speed.
2996 2997 2998 2999 3000 3001 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2996 class ForecastGeofenceEventsDeviceState < Struct.new( :position, :speed) SENSITIVE = [:position] include Aws::Structure end |