Class: Aws::IoTWireless::Types::LoRaWANJoinEventNotificationConfigurations

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

#dev_eui_event_topicString

Denotes whether the Dev EUI join event topic is enabled or disabled.

Returns:

  • (String)


4392
4393
4394
4395
4396
# File 'lib/aws-sdk-iotwireless/types.rb', line 4392

class LoRaWANJoinEventNotificationConfigurations < Struct.new(
  :dev_eui_event_topic)
  SENSITIVE = []
  include Aws::Structure
end