Class: Aws::IoTWireless::Types::JoinResourceTypeEventConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

Join resource type event configuration object for enabling or disabling topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lo_ra_wanTypes::LoRaWANJoinResourceTypeEventConfiguration

Join resource type event configuration object for enabling or disabling LoRaWAN related event topics.



3210
3211
3212
3213
3214
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3210

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