Class: Aws::Types::ConnectionStatusEventConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionStatusEventConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANConnectionStatusEventNotificationConfigurations
Returns the value of attribute lo_ra_wan.
-
#wireless_gateway_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_gateway_id_event_topic.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANConnectionStatusEventNotificationConfigurations
Returns the value of attribute lo_ra_wan.
181 182 183 |
# File 'sig/types.rbs', line 181 def lo_ra_wan @lo_ra_wan end |
#wireless_gateway_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_gateway_id_event_topic.
182 183 184 |
# File 'sig/types.rbs', line 182 def wireless_gateway_id_event_topic @wireless_gateway_id_event_topic end |