Class: Aws::Types::ObdInterface
- Inherits:
-
Object
- Object
- Aws::Types::ObdInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dtc_request_interval_seconds ⇒ ::Integer
Returns the value of attribute dtc_request_interval_seconds.
-
#has_transmission_ecu ⇒ Boolean
Returns the value of attribute has_transmission_ecu.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#obd_standard ⇒ ::String
Returns the value of attribute obd_standard.
-
#pid_request_interval_seconds ⇒ ::Integer
Returns the value of attribute pid_request_interval_seconds.
-
#request_message_id ⇒ ::Integer
Returns the value of attribute request_message_id.
-
#use_extended_ids ⇒ Boolean
Returns the value of attribute use_extended_ids.
Instance Attribute Details
#dtc_request_interval_seconds ⇒ ::Integer
Returns the value of attribute dtc_request_interval_seconds.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def dtc_request_interval_seconds @dtc_request_interval_seconds end |
#has_transmission_ecu ⇒ Boolean
Returns the value of attribute has_transmission_ecu.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def has_transmission_ecu @has_transmission_ecu end |
#name ⇒ ::String
Returns the value of attribute name.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def name @name end |
#obd_standard ⇒ ::String
Returns the value of attribute obd_standard.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def obd_standard @obd_standard end |
#pid_request_interval_seconds ⇒ ::Integer
Returns the value of attribute pid_request_interval_seconds.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def pid_request_interval_seconds @pid_request_interval_seconds end |
#request_message_id ⇒ ::Integer
Returns the value of attribute request_message_id.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def @request_message_id end |
#use_extended_ids ⇒ Boolean
Returns the value of attribute use_extended_ids.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def use_extended_ids @use_extended_ids end |