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

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

Instance Attribute Details

#stateString

The current notification state.

Returns:

  • (String)


7329
7330
7331
7332
7333
7334
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7329

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)


7329
7330
7331
7332
7333
7334
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7329

class PropertyNotification < Struct.new(
  :topic,
  :state)
  SENSITIVE = []
  include Aws::Structure
end