Class: Aws::GeoRoutes::Types::RouteTollRate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTollRate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
The toll rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applicable_times ⇒ String
Time when the rate is valid.
-
#converted_price ⇒ Types::RouteTollPrice
Price in the converted currency as specified in the request.
-
#id ⇒ String
The Toll rate Id.
-
#local_price ⇒ Types::RouteTollPrice
Price in the local regional currency.
-
#name ⇒ String
The name of the toll.
-
#pass ⇒ Types::RouteTollPass
Details if the toll rate can be a pass that supports multiple trips.
-
#payment_methods ⇒ Array<String>
Accepted payment methods at the toll.
-
#transponders ⇒ Array<Types::RouteTransponder>
Transponders for which this toll can be applied.
Instance Attribute Details
#applicable_times ⇒ String
Time when the rate is valid.
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_price ⇒ Types::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 |
#id ⇒ String
The Toll rate Id.
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_price ⇒ Types::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 |
#name ⇒ String
The name of the toll.
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 |
#pass ⇒ Types::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_methods ⇒ Array<String>
Accepted payment methods at the toll.
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 |
#transponders ⇒ Array<Types::RouteTransponder>
Transponders for which this toll can be applied.
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 |