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

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

#wireless_device_event_topicString

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

Returns:

  • (String)


4337
4338
4339
4340
4341
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4337

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