You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::AssetProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AssetProperty
- Defined in:
- (unknown)
Overview
Contains asset property information.
Instance Attribute Summary collapse
-
#alias ⇒ String
The property alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature
). -
#data_type ⇒ String
The data type of the asset property.
-
#id ⇒ String
The ID of the asset property.
-
#name ⇒ String
The name of the property.
-
#notification ⇒ Types::PropertyNotification
The asset property\'s notification topic and state.
-
#unit ⇒ String
The unit (such as
Newtons
orRPM
) of the asset property.
Instance Attribute Details
#alias ⇒ String
The property 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 in the AWS IoT
SiteWise User Guide.
#data_type ⇒ String
The data type of the asset property.
Possible values:
- STRING
- INTEGER
- DOUBLE
- BOOLEAN
#id ⇒ String
The ID of the asset property.
#name ⇒ String
The name of the property.
#notification ⇒ Types::PropertyNotification
The asset property\'s notification topic and state. For more information, see UpdateAssetProperty.
#unit ⇒ String
The unit (such as Newtons
or RPM
) of the asset property.