AssetProperty

public struct AssetProperty : 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 data type of the asset property.

    Declaration

    Swift

    public let dataType: PropertyDataType
  • id

    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 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, unit: String? = nil)