Class: Aws::GeoRoutes::Types::RouteTransponder
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteTransponder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Transponders for which this toll can be applied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system_name ⇒ String
Names of the toll system collecting the toll.
Instance Attribute Details
#system_name ⇒ String
Names of the toll system collecting the toll.
4847 4848 4849 4850 4851 |
# File 'lib/aws-sdk-georoutes/types.rb', line 4847 class RouteTransponder < Struct.new( :system_name) SENSITIVE = [] include Aws::Structure end |