Node
A general abstraction of a signal. A node can be specified as an actuator, attribute, branch, or sensor.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- actuator
-
Information about a node specified as an actuator.
Note
An actuator is a digital representation of a vehicle device.
Type: Actuator object
Required: No
- attribute
-
Information about a node specified as an attribute.
Note
An attribute represents static information about a vehicle.
Type: Attribute object
Required: No
- branch
-
Information about a node specified as a branch.
Note
A group of signals that are defined in a hierarchical structure.
Type: Branch object
Required: No
- property
-
Represents a member of the complex data structure. The
datatype
of the property can be either primitive or anotherstruct
.Type: CustomProperty object
Required: No
- sensor
-
An input component that reports the environmental condition of a vehicle.
Note
You can collect data about fluid levels, temperatures, vibrations, or battery voltage from sensors.
Type: Sensor object
Required: No
- struct
-
Represents a complex or higher-order data structure.
Type: CustomStruct object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: