Class: Aws::GeoRoutes::Types::RouteTollPass
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTollPass
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Details if the toll rate can be a pass that supports multiple trips.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#includes_return_trip ⇒ Boolean
If the pass includes the rate for the return leg of the trip.
-
#senior_pass ⇒ Boolean
If the pass is only valid for senior persons.
-
#transfer_count ⇒ Integer
If the toll pass can be transferred, and how many times.
-
#trip_count ⇒ Integer
Number of trips the pass is valid for.
-
#validity_period ⇒ Types::RouteTollPassValidityPeriod
Period for which the pass is valid.
Instance Attribute Details
#includes_return_trip ⇒ Boolean
If the pass includes the rate for the return leg of the trip.
4576 4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4576 class RouteTollPass < Struct.new( :includes_return_trip, :senior_pass, :transfer_count, :trip_count, :validity_period) SENSITIVE = [] include Aws::Structure end |
#senior_pass ⇒ Boolean
If the pass is only valid for senior persons.
4576 4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4576 class RouteTollPass < Struct.new( :includes_return_trip, :senior_pass, :transfer_count, :trip_count, :validity_period) SENSITIVE = [] include Aws::Structure end |
#transfer_count ⇒ Integer
If the toll pass can be transferred, and how many times.
4576 4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4576 class RouteTollPass < Struct.new( :includes_return_trip, :senior_pass, :transfer_count, :trip_count, :validity_period) SENSITIVE = [] include Aws::Structure end |
#trip_count ⇒ Integer
Number of trips the pass is valid for.
4576 4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4576 class RouteTollPass < Struct.new( :includes_return_trip, :senior_pass, :transfer_count, :trip_count, :validity_period) SENSITIVE = [] include Aws::Structure end |
#validity_period ⇒ Types::RouteTollPassValidityPeriod
Period for which the pass is valid.
4576 4577 4578 4579 4580 4581 4582 4583 4584 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4576 class RouteTollPass < Struct.new( :includes_return_trip, :senior_pass, :transfer_count, :trip_count, :validity_period) SENSITIVE = [] include Aws::Structure end |