class Aws::IoTSiteWise::Types::Property
Contains asset property information.
@!attribute [rw] id
The ID of the asset property. @return [String]
@!attribute [rw] name
The name of the property. @return [String]
@!attribute [rw] alias
The alias that identifies the property, such as an OPC-UA server data stream path (for example, `/company/windfarm/3/turbine/7/temperature`). For more information, see [Mapping industrial data streams to asset properties][1] in the *IoT SiteWise User Guide*. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html @return [String]
@!attribute [rw] notification
The asset property's notification topic and state. For more information, see [UpdateAssetProperty][1]. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_UpdateAssetProperty.html @return [Types::PropertyNotification]
@!attribute [rw] data_type
The property data type. @return [String]
@!attribute [rw] unit
The unit (such as `Newtons` or `RPM`) of the asset property. @return [String]
@!attribute [rw] type
The property type (see `PropertyType`). A property contains one type. @return [Types::PropertyType]
Constants
- SENSITIVE