Class: Aws::IoTWireless::Types::LoRaWANConnectionStatusEventNotificationConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANConnectionStatusEventNotificationConfigurations
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass LoRaWANConnectionStatusEventNotificationConfigurations data as a hash:
{
gateway_eui_event_topic: "Enabled", # accepts Enabled, Disabled
}
Object for LoRaWAN connection status resource type event configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_eui_event_topic ⇒ String
Enum to denote whether the gateway eui connection status event topic is enabled or disabled.
Instance Attribute Details
#gateway_eui_event_topic ⇒ String
Enum to denote whether the gateway eui connection status event topic is enabled or disabled.
3508 3509 3510 3511 3512 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3508 class LoRaWANConnectionStatusEventNotificationConfigurations < Struct.new( :gateway_eui_event_topic) SENSITIVE = [] include Aws::Structure end |