Class: Aws::GeoRoutes::Types::RouteToll
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteToll
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Provides details about toll information along a route, including the payment sites, applicable toll rates, toll systems, and the country associated with the toll collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#country ⇒ String
The alpha-2 or alpha-3 character code for the country.
-
#payment_sites ⇒ Array<Types::RouteTollPaymentSite>
Locations or sites where the toll fare is collected.
-
#rates ⇒ Array<Types::RouteTollRate>
Toll rates that need to be paid to travel this leg of the route.
-
#systems ⇒ Array<Integer>
Toll systems are authorities that collect payments for the toll.
Instance Attribute Details
#country ⇒ String
The alpha-2 or alpha-3 character code for the country.
4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4492 class RouteToll < Struct.new( :country, :payment_sites, :rates, :systems) SENSITIVE = [] include Aws::Structure end |
#payment_sites ⇒ Array<Types::RouteTollPaymentSite>
Locations or sites where the toll fare is collected.
4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4492 class RouteToll < Struct.new( :country, :payment_sites, :rates, :systems) SENSITIVE = [] include Aws::Structure end |
#rates ⇒ Array<Types::RouteTollRate>
Toll rates that need to be paid to travel this leg of the route.
4492 4493 4494 4495 4496 4497 4498 4499 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4492 class RouteToll < Struct.new( :country, :payment_sites, :rates, :systems) SENSITIVE = [] include Aws::Structure end |