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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The current notification state.

Returns:

  • (String)


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

#topicString

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

Returns:

  • (String)


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