Class: Aws::IoTWireless::Types::LoRaWANJoinResourceTypeEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANJoinResourceTypeEventConfiguration
- Includes:
- Structure
- Defined in:
- 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.
4405 4406 4407 4408 4409 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4405 class LoRaWANJoinResourceTypeEventConfiguration < Struct.new( :wireless_device_event_topic) SENSITIVE = [] include Aws::Structure end |