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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4771
4772
4773
4774
4775
# File 'lib/aws-sdk-georoutes/types.rb', line 4771

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