PropertyNotification
public struct PropertyNotification : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The current notification state.
Declaration
Swift
public let state: PropertyNotificationState
-
The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.
Declaration
Swift
public let topic: String
-
Undocumented
Declaration
Swift
public init(state: PropertyNotificationState, topic: String)