Class: Aws::GeoRoutes::Types::RouteTollSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTollSummary
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
The toll summary for the complete route.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total ⇒ Types::RouteTollPriceSummary
Total toll summary for the complete route.
Instance Attribute Details
#total ⇒ Types::RouteTollPriceSummary
Total toll summary for the complete route. Total is the only summary available today.
5466 5467 5468 5469 5470 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5466 class RouteTollSummary < Struct.new( :total) SENSITIVE = [] include Aws::Structure end |