Class: Aws::IoTWireless::Types::SidewalkEventNotificationConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkEventNotificationConfigurations
- 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
-
#amazon_id_event_topic ⇒ String
Denotes whether the Amazon ID event topic is enabled or disabled.
Instance Attribute Details
#amazon_id_event_topic ⇒ String
Denotes whether the Amazon ID event topic is enabled or disabled.
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 |