Class: Aws::Types::CanDbcDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_dbc_files ⇒ ::Array[::String]

Returns the value of attribute can_dbc_files.

Returns:

  • (::Array[::String])


99
100
101
# File 'sig/types.rbs', line 99

def can_dbc_files
  @can_dbc_files
end

#network_interface ⇒ ::String

Returns the value of attribute network_interface.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def network_interface
  @network_interface
end

#signals_map ⇒ ::Hash[::String, ::String]

Returns the value of attribute signals_map.

Returns:

  • (::Hash[::String, ::String])


100
101
102
# File 'sig/types.rbs', line 100

def signals_map
  @signals_map
end