Class: Aws::IoTFleetWise::Types::CanDbcDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CanDbcDefinition
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
Configurations used to create a decoder manifest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_dbc_files ⇒ Array<String>
A list of DBC files.
-
#network_interface ⇒ String
Contains information about a network interface.
-
#signals_map ⇒ Hash<String,String>
Pairs every signal specified in your vehicle model with a signal decoder.
Instance Attribute Details
#can_dbc_files ⇒ Array<String>
A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
350 351 352 353 354 355 356 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 350 class CanDbcDefinition < Struct.new( :network_interface, :can_dbc_files, :signals_map) SENSITIVE = [] include Aws::Structure end |
#network_interface ⇒ String
Contains information about a network interface.
350 351 352 353 354 355 356 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 350 class CanDbcDefinition < Struct.new( :network_interface, :can_dbc_files, :signals_map) SENSITIVE = [] include Aws::Structure end |
#signals_map ⇒ Hash<String,String>
Pairs every signal specified in your vehicle model with a signal decoder.
350 351 352 353 354 355 356 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 350 class CanDbcDefinition < Struct.new( :network_interface, :can_dbc_files, :signals_map) SENSITIVE = [] include Aws::Structure end |