Class: Aws::Types::JoinEventConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::JoinEventConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANJoinEventNotificationConfigurations
Returns the value of attribute lo_ra_wan.
-
#wireless_device_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_device_id_event_topic.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANJoinEventNotificationConfigurations
Returns the value of attribute lo_ra_wan.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def lo_ra_wan @lo_ra_wan end |
#wireless_device_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_device_id_event_topic.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def wireless_device_id_event_topic @wireless_device_id_event_topic end |