Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_interface ⇒ Types::CanInterface
Returns the value of attribute can_interface.
-
#custom_decoding_interface ⇒ Types::CustomDecodingInterface
Returns the value of attribute custom_decoding_interface.
-
#interface_id ⇒ ::String
Returns the value of attribute interface_id.
-
#obd_interface ⇒ Types::ObdInterface
Returns the value of attribute obd_interface.
-
#type ⇒ "CAN_INTERFACE", ...
Returns the value of attribute type.
-
#vehicle_middleware ⇒ Types::VehicleMiddleware
Returns the value of attribute vehicle_middleware.
Instance Attribute Details
#can_interface ⇒ Types::CanInterface
Returns the value of attribute can_interface.
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.
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.
989 990 991 |
# File 'sig/types.rbs', line 989 def obd_interface @obd_interface end |
#type ⇒ "CAN_INTERFACE", ...
Returns the value of attribute type.
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 |