Class: Aws::GeoRoutes::Types::RouteTollRate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

The toll rate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_timesString

Time when the rate is valid.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#converted_priceTypes::RouteTollPrice

Price in the converted currency as specified in the request.



4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The Toll rate Id.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#local_priceTypes::RouteTollPrice

Price in the local regional currency.



4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the toll.

Returns:

  • (String)


4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#passTypes::RouteTollPass

Details if the toll rate can be a pass that supports multiple trips.



4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#payment_methodsArray<String>

Accepted payment methods at the toll.

Returns:

  • (Array<String>)


4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end

#transpondersArray<Types::RouteTransponder>

Transponders for which this toll can be applied.

Returns:



4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-georoutes/types.rb', line 4749

class RouteTollRate < Struct.new(
  :applicable_times,
  :converted_price,
  :id,
  :local_price,
  :name,
  :pass,
  :payment_methods,
  :transponders)
  SENSITIVE = []
  include Aws::Structure
end