Class: Aws::IoTFleetWise::Types::CanInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CanInterface
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
A single controller area network (CAN) device interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The unique name of the interface.
-
#protocol_name ⇒ String
The name of the communication protocol for the interface.
-
#protocol_version ⇒ String
The version of the communication protocol for the interface.
Instance Attribute Details
#name ⇒ String
The unique name of the interface.
372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 372 class CanInterface < Struct.new( :name, :protocol_name, :protocol_version) SENSITIVE = [] include Aws::Structure end |
#protocol_name ⇒ String
The name of the communication protocol for the interface.
372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 372 class CanInterface < Struct.new( :name, :protocol_name, :protocol_version) SENSITIVE = [] include Aws::Structure end |
#protocol_version ⇒ String
The version of the communication protocol for the interface.
372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 372 class CanInterface < Struct.new( :name, :protocol_name, :protocol_version) SENSITIVE = [] include Aws::Structure end |