You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::PropertyNotification

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains asset property value notification information. When the notification state is enabled, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the AWS IoT SiteWise User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current notification state.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    The current notification state.

#topicString

The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.

Returns:

  • (String)

    The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.