Class: Aws::GeoRoutes::Types::RouteTollRate
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTollRate
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
The toll rate.
Constant Summary collapse
- SENSITIVE =
[:applicable_times, :id, :name, :payment_methods]
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.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#converted_price ⇒ Types::RouteTollPrice
Price in the converted currency as specified in the request.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#id ⇒ String
The Toll rate Id.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#local_price ⇒ Types::RouteTollPrice
Price in the local regional currency.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#name ⇒ String
The name of the toll.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#pass ⇒ Types::RouteTollPass
Details if the toll rate can be a pass that supports multiple trips.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#payment_methods ⇒ Array<String>
Accepted payment methods at the toll.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |
#transponders ⇒ Array<Types::RouteTransponder>
Transponders for which this toll can be applied.
5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5444 class RouteTollRate < Struct.new( :applicable_times, :converted_price, :id, :local_price, :name, :pass, :payment_methods, :transponders) SENSITIVE = [:applicable_times, :id, :name, :payment_methods] include Aws::Structure end |