Class: Aws::Types::SignalDecoder
- Inherits:
-
Object
- Object
- Aws::Types::SignalDecoder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_signal ⇒ Types::CanSignal
Returns the value of attribute can_signal.
-
#custom_decoding_signal ⇒ Types::CustomDecodingSignal
Returns the value of attribute custom_decoding_signal.
-
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
-
#interface_id ⇒ ::String
Returns the value of attribute interface_id.
-
#message_signal ⇒ Types::MessageSignal
Returns the value of attribute message_signal.
-
#obd_signal ⇒ Types::ObdSignal
Returns the value of attribute obd_signal.
-
#type ⇒ "CAN_SIGNAL", ...
Returns the value of attribute type.
Instance Attribute Details
#can_signal ⇒ Types::CanSignal
Returns the value of attribute can_signal.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def can_signal @can_signal end |
#custom_decoding_signal ⇒ Types::CustomDecodingSignal
Returns the value of attribute custom_decoding_signal.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def custom_decoding_signal @custom_decoding_signal end |
#fully_qualified_name ⇒ ::String
Returns the value of attribute fully_qualified_name.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def fully_qualified_name @fully_qualified_name end |
#interface_id ⇒ ::String
Returns the value of attribute interface_id.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def interface_id @interface_id end |
#message_signal ⇒ Types::MessageSignal
Returns the value of attribute message_signal.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def @message_signal end |
#obd_signal ⇒ Types::ObdSignal
Returns the value of attribute obd_signal.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def obd_signal @obd_signal end |
#type ⇒ "CAN_SIGNAL", ...
Returns the value of attribute type.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def type @type end |