Class: Aws::GeoRoutes::Types::RouteTollPass

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

Instance Attribute Details

#includes_return_tripBoolean

If the pass includes the rate for the return leg of the trip.

Returns:

  • (Boolean)


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_passBoolean

If the pass is only valid for senior persons.

Returns:

  • (Boolean)


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_countInteger

If the toll pass can be transferred, and how many times.

Returns:

  • (Integer)


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_countInteger

Number of trips the pass is valid for.

Returns:

  • (Integer)


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_periodTypes::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