Class: Aws::Types::NetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_interface ⇒ Types::CanInterface

Returns the value of attribute can_interface.

Returns:



988
989
990
# File 'sig/types.rbs', line 988

def can_interface
  @can_interface
end

#custom_decoding_interface ⇒ Types::CustomDecodingInterface

Returns the value of attribute custom_decoding_interface.



991
992
993
# File 'sig/types.rbs', line 991

def custom_decoding_interface
  @custom_decoding_interface
end

#interface_id ⇒ ::String

Returns the value of attribute interface_id.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def interface_id
  @interface_id
end

#obd_interface ⇒ Types::ObdInterface

Returns the value of attribute obd_interface.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def obd_interface
  @obd_interface
end

#type ⇒ "CAN_INTERFACE", ...

Returns the value of attribute type.

Returns:

  • ("CAN_INTERFACE", "OBD_INTERFACE", "VEHICLE_MIDDLEWARE", "CUSTOM_DECODING_INTERFACE")


987
988
989
# File 'sig/types.rbs', line 987

def type
  @type
end

#vehicle_middleware ⇒ Types::VehicleMiddleware

Returns the value of attribute vehicle_middleware.



990
991
992
# File 'sig/types.rbs', line 990

def vehicle_middleware
  @vehicle_middleware
end