class Aws::IoTSiteWise::Types::AssetProperty

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 data type of the asset property.
@return [String]

@!attribute [rw] data_type_spec

The data type of the structure for this property. This parameter
exists on properties that have the `STRUCT` data type.
@return [String]

@!attribute [rw] unit

The unit (such as `Newtons` or `RPM`) of the asset property.
@return [String]

Constants

SENSITIVE