Class: Aws::IoTFleetWise::Types::VehicleMiddleware

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

The vehicle middleware defined as a type of network interface. Examples of vehicle middleware include ROS2 and SOME/IP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the vehicle middleware.

Returns:

  • (String)


4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4262

class VehicleMiddleware < Struct.new(
  :name,
  :protocol_name)
  SENSITIVE = []
  include Aws::Structure
end

#protocol_nameString

The protocol name of the vehicle middleware.

Returns:

  • (String)


4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4262

class VehicleMiddleware < Struct.new(
  :name,
  :protocol_name)
  SENSITIVE = []
  include Aws::Structure
end