Class: Aws::IoTWireless::Types::LoRaWANJoinEventNotificationConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANJoinEventNotificationConfigurations
- 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
-
#dev_eui_event_topic ⇒ String
Denotes whether the Dev EUI join event topic is enabled or disabled.
Instance Attribute Details
#dev_eui_event_topic ⇒ String
Denotes whether the Dev EUI join event topic is enabled or disabled.
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 |