Property
public struct Property : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let alias: String? -
The property data type.
Declaration
Swift
public let dataType: PropertyDataType -
The ID of the asset property.
Declaration
Swift
public let id: String -
The name of the property.
Declaration
Swift
public let name: String -
The asset property’s notification topic and state. For more information, see UpdateAssetProperty.
Declaration
Swift
public let notification: PropertyNotification? -
The property type (see PropertyType). A property contains one type.
Declaration
Swift
public let type: PropertyType? -
The unit (such as Newtons or RPM) of the asset property.
Declaration
Swift
public let unit: String? -
Undocumented
Declaration
Swift
public init(alias: String? = nil, dataType: PropertyDataType, id: String, name: String, notification: PropertyNotification? = nil, type: PropertyType? = nil, unit: String? = nil)
View on GitHub
Property Structure Reference