Class: Aws::IoTWireless::Types::LoRaWANConnectionStatusEventNotificationConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANConnectionStatusEventNotificationConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Object for LoRaWAN connection status resource type event configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_eui_event_topic ⇒ String
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
Instance Attribute Details
#gateway_eui_event_topic ⇒ String
Denotes whether the gateway EUI connection status event topic is enabled or disabled.
3938 3939 3940 3941 3942 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3938 class LoRaWANConnectionStatusEventNotificationConfigurations < Struct.new( :gateway_eui_event_topic) SENSITIVE = [] include Aws::Structure end |