Class: Aws::IoTWireless::Types::ConnectionStatusEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ConnectionStatusEventConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Connection status event configuration object for enabling or disabling topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANConnectionStatusEventNotificationConfigurations
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
-
#wireless_gateway_id_event_topic ⇒ String
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANConnectionStatusEventNotificationConfigurations
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
494 495 496 497 498 499 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 494 class ConnectionStatusEventConfiguration < Struct.new( :lo_ra_wan, :wireless_gateway_id_event_topic) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_id_event_topic ⇒ String
Denotes whether the wireless gateway ID connection status event topic is enabled or disabled.
494 495 496 497 498 499 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 494 class ConnectionStatusEventConfiguration < Struct.new( :lo_ra_wan, :wireless_gateway_id_event_topic) SENSITIVE = [] include Aws::Structure end |