Class: Aws::Types::ObdInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dtc_request_interval_seconds ⇒ ::Integer

Returns the value of attribute dtc_request_interval_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def name
  @name
end

#obd_standard ⇒ ::String

Returns the value of attribute obd_standard.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def request_message_id
  @request_message_id
end

#use_extended_ids ⇒ Boolean

Returns the value of attribute use_extended_ids.

Returns:

  • (Boolean)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def use_extended_ids
  @use_extended_ids
end