Class: Aws::Types::SignalDecoder

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_signal ⇒ Types::CanSignal

Returns the value of attribute can_signal.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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
  @message_signal
end

#obd_signal ⇒ Types::ObdSignal

Returns the value of attribute obd_signal.

Returns:



1163
1164
1165
# File 'sig/types.rbs', line 1163

def obd_signal
  @obd_signal
end

#type ⇒ "CAN_SIGNAL", ...

Returns the value of attribute type.

Returns:

  • ("CAN_SIGNAL", "OBD_SIGNAL", "MESSAGE_SIGNAL", "CUSTOM_DECODING_SIGNAL")


1160
1161
1162
# File 'sig/types.rbs', line 1160

def type
  @type
end