Class: Aws::IoTWireless::Types::LoRaWANJoinResourceTypeEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANJoinResourceTypeEventConfiguration
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Object for LoRaWAN join resource type event configuration.
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.
4337 4338 4339 4340 4341 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4337 class LoRaWANJoinResourceTypeEventConfiguration < Struct.new( :wireless_device_event_topic) SENSITIVE = [] include Aws::Structure end |