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

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

Instance Attribute Details

#dev_eui_event_topicString

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

Returns:

  • (String)


4324
4325
4326
4327
4328
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4324

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