Class: Aws::IoTSiteWise::Types::PropertyNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PropertyNotification
- Defined in:
- gems/aws-sdk-iotsitewise/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.
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.
8059 8060 8061 8062 8063 8064 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8059 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.
8059 8060 8061 8062 8063 8064 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8059 class PropertyNotification < Struct.new( :topic, :state) SENSITIVE = [] include Aws::Structure end |