Class: Aws::IoTWireless::Types::SidewalkEventNotificationConfigurations

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

‘SidewalkEventNotificationConfigurations` object, which is the event configuration object for Sidewalk-related event topics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_id_event_topicString

Denotes whether the Amazon ID event topic is enabled or disabled.

Returns:

  • (String)


5596
5597
5598
5599
5600
# File 'lib/aws-sdk-iotwireless/types.rb', line 5596

class SidewalkEventNotificationConfigurations < Struct.new(
  :amazon_id_event_topic)
  SENSITIVE = []
  include Aws::Structure
end