Class: Aws::Types::CanDbcDefinition
- Inherits:
-
Object
- Object
- Aws::Types::CanDbcDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_dbc_files ⇒ ::Array[::String]
Returns the value of attribute can_dbc_files.
-
#network_interface ⇒ ::String
Returns the value of attribute network_interface.
-
#signals_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute signals_map.
Instance Attribute Details
#can_dbc_files ⇒ ::Array[::String]
Returns the value of attribute can_dbc_files.
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.
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.
100 101 102 |
# File 'sig/types.rbs', line 100 def signals_map @signals_map end |