Class: Aws::IoTFleetWise::Types::VehicleMiddleware
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::VehicleMiddleware
- 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
-
#name ⇒ String
The name of the vehicle middleware.
-
#protocol_name ⇒ String
The protocol name of the vehicle middleware.
Instance Attribute Details
#name ⇒ String
The name of the vehicle middleware.
5262 5263 5264 5265 5266 5267 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5262 class VehicleMiddleware < Struct.new( :name, :protocol_name) SENSITIVE = [] include Aws::Structure end |
#protocol_name ⇒ String
The protocol name of the vehicle middleware.
5262 5263 5264 5265 5266 5267 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5262 class VehicleMiddleware < Struct.new( :name, :protocol_name) SENSITIVE = [] include Aws::Structure end |