Class: Aws::GeoRoutes::Types::RouteTransponder

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

Instance Attribute Details

#system_nameString

Names of the toll system collecting the toll.

Returns:

  • (String)


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