Class: Aws::IoTWireless::Types::LoRaWANJoinResourceTypeEventConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#wireless_device_event_topicString

Denotes whether the wireless device join event topic is enabled or disabled.

Returns:

  • (String)


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