Class: Aws::GeoRoutes::Types::OptimizeWaypointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::OptimizeWaypointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::WaypointOptimizationConnection>
Details about the connection from one waypoint to the next, within the optimized sequence.
-
#distance ⇒ Integer
Overall distance to travel the whole sequence.
-
#duration ⇒ Integer
Overall duration to travel the whole sequence.
-
#impeding_waypoints ⇒ Array<Types::WaypointOptimizationImpedingWaypoint>
Returns waypoints that caused the optimization problem to fail, and the constraints that were unsatisfied leading to the failure.
-
#optimized_waypoints ⇒ Array<Types::WaypointOptimizationOptimizedWaypoint>
Waypoints in the order of the optimized sequence.
-
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
-
#time_breakdown ⇒ Types::WaypointOptimizationTimeBreakdown
Time breakdown for the sequence.
Instance Attribute Details
#connections ⇒ Array<Types::WaypointOptimizationConnection>
Details about the connection from one waypoint to the next, within the optimized sequence.
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |
#distance ⇒ Integer
Overall distance to travel the whole sequence.
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
Overall duration to travel the whole sequence.
Unit: ‘seconds`
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |
#impeding_waypoints ⇒ Array<Types::WaypointOptimizationImpedingWaypoint>
Returns waypoints that caused the optimization problem to fail, and the constraints that were unsatisfied leading to the failure.
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |
#optimized_waypoints ⇒ Array<Types::WaypointOptimizationOptimizedWaypoint>
Waypoints in the order of the optimized sequence.
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |
#time_breakdown ⇒ Types::WaypointOptimizationTimeBreakdown
Time breakdown for the sequence.
1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1602 class OptimizeWaypointsResponse < Struct.new( :connections, :distance, :duration, :impeding_waypoints, :optimized_waypoints, :pricing_bucket, :time_breakdown) SENSITIVE = [] include Aws::Structure end |