Class: Aws::IoTFleetWise::Types::CanDbcDefinition

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

Instance Attribute Details

#can_dbc_filesArray<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.

Returns:

  • (Array<String>)


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_interfaceString

Contains information about a network interface.

Returns:

  • (String)


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_mapHash<String,String>

Pairs every signal specified in your vehicle model with a signal decoder.

Returns:

  • (Hash<String,String>)


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