Class: Aws::LocationService::Types::ForecastGeofenceEventsDeviceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ForecastGeofenceEventsDeviceState
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
The device's position and speed.
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.
3090 3091 3092 3093 3094 3095 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3090 class ForecastGeofenceEventsDeviceState < Struct.new( :position, :speed) SENSITIVE = [:position] include Aws::Structure end |
#speed ⇒ Float
The device's speed.
3090 3091 3092 3093 3094 3095 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3090 class ForecastGeofenceEventsDeviceState < Struct.new( :position, :speed) SENSITIVE = [:position] include Aws::Structure end |