Class: Aws::IoTSiteWise::Types::PropertyNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PropertyNotification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see [Interacting with other services] in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/interact-with-other-services.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current notification state.
-
#topic ⇒ String
The MQTT topic to which IoT SiteWise publishes property value update notifications.
Instance Attribute Details
#state ⇒ String
The current notification state.
7524 7525 7526 7527 7528 7529 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7524 class PropertyNotification < Struct.new( :topic, :state) SENSITIVE = [] include Aws::Structure end |
#topic ⇒ String
The MQTT topic to which IoT SiteWise publishes property value update notifications.
7524 7525 7526 7527 7528 7529 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7524 class PropertyNotification < Struct.new( :topic, :state) SENSITIVE = [] include Aws::Structure end |