Class: Aws::IoTWireless::Types::JoinEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::JoinEventConfiguration
- 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
-
#lo_ra_wan ⇒ Types::LoRaWANJoinEventNotificationConfigurations
Join event configuration object for enabling or disabling LoRaWAN related event topics.
-
#wireless_device_id_event_topic ⇒ String
Denotes whether the wireless device ID join event topic is enabled or disabled.
Instance Attribute Details
#lo_ra_wan ⇒ Types::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_topic ⇒ String
Denotes whether the wireless device ID join event topic is enabled or disabled.
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 |