Class: Aws::GeoRoutes::Types::RouteTollSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#totalTypes::RouteTollPriceSummary

Total toll summary for the complete route. Total is the only summary available today.



4846
4847
4848
4849
4850
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4846

class RouteTollSummary < Struct.new(
  :total)
  SENSITIVE = []
  include Aws::Structure
end