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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5489
5490
5491
5492
5493
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5489

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