Class: Aws::IoTWireless::Types::JoinEventConfiguration

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

Overview

Join event configuration object for enabling or disabling topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lo_ra_wanTypes::LoRaWANJoinEventNotificationConfigurations

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



3195
3196
3197
3198
3199
3200
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3195

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

#wireless_device_id_event_topicString

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

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3195

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