Class: Aws::GeoRoutes::Types::WaypointOptimizationOptimizedWaypoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::WaypointOptimizationOptimizedWaypoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
The optimized waypoint.
Constant Summary collapse
- SENSITIVE =
[:position]
Instance Attribute Summary collapse
-
#arrival_time ⇒ String
Estimated time of arrival at the destination.
-
#departure_time ⇒ String
Estimated time of departure from thr origin.
-
#id ⇒ String
The waypoint Id.
-
#position ⇒ Array<Float>
Position defined as ‘[longitude, latitude]`.
Instance Attribute Details
#arrival_time ⇒ String
Estimated time of arrival at the destination.
Time format:‘YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm`
Examples:
‘2020-04-22T17:57:24Z`
‘2020-04-22T17:57:24+02:00`
6420 6421 6422 6423 6424 6425 6426 6427 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6420 class WaypointOptimizationOptimizedWaypoint < Struct.new( :arrival_time, :departure_time, :id, :position) SENSITIVE = [:position] include Aws::Structure end |
#departure_time ⇒ String
Estimated time of departure from thr origin.
Time format:‘YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm`
Examples:
‘2020-04-22T17:57:24Z`
‘2020-04-22T17:57:24+02:00`
6420 6421 6422 6423 6424 6425 6426 6427 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6420 class WaypointOptimizationOptimizedWaypoint < Struct.new( :arrival_time, :departure_time, :id, :position) SENSITIVE = [:position] include Aws::Structure end |
#id ⇒ String
The waypoint Id.
6420 6421 6422 6423 6424 6425 6426 6427 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6420 class WaypointOptimizationOptimizedWaypoint < Struct.new( :arrival_time, :departure_time, :id, :position) SENSITIVE = [:position] include Aws::Structure end |
#position ⇒ Array<Float>
Position defined as ‘[longitude, latitude]`.
6420 6421 6422 6423 6424 6425 6426 6427 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6420 class WaypointOptimizationOptimizedWaypoint < Struct.new( :arrival_time, :departure_time, :id, :position) SENSITIVE = [:position] include Aws::Structure end |