Class: Aws::GeoRoutes::Types::RouteSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Summarized details for the leg including travel steps only. The Distance for the travel only portion of the journey is the same as the Distance within the Overview summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distance ⇒ Integer
Distance of the route.
-
#duration ⇒ Integer
Duration of the route.
-
#tolls ⇒ Types::RouteTollSummary
Toll summary for the complete route.
Instance Attribute Details
#distance ⇒ Integer
Distance of the route.
4471 4472 4473 4474 4475 4476 4477 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4471 class RouteSummary < Struct.new( :distance, :duration, :tolls) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
Duration of the route.
Unit: ‘seconds`
4471 4472 4473 4474 4475 4476 4477 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4471 class RouteSummary < Struct.new( :distance, :duration, :tolls) SENSITIVE = [] include Aws::Structure end |
#tolls ⇒ Types::RouteTollSummary
Toll summary for the complete route.
4471 4472 4473 4474 4475 4476 4477 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4471 class RouteSummary < Struct.new( :distance, :duration, :tolls) SENSITIVE = [] include Aws::Structure end |