Class: Aws::IoTWireless::Types::SidewalkResourceTypeEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkResourceTypeEventConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Sidewalk resource type event configuration object for enabling or disabling topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#wireless_device_event_topic ⇒ String
Denotes whether the wireless device join event topic is enabled or disabled.
Instance Attribute Details
#wireless_device_event_topic ⇒ String
Denotes whether the wireless device join event topic is enabled or disabled.
5690 5691 5692 5693 5694 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5690 class SidewalkResourceTypeEventConfiguration < Struct.new( :wireless_device_event_topic) SENSITIVE = [] include Aws::Structure end |