Class: Aws::IoTWireless::Types::LoRaWANConnectionStatusEventNotificationConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

Object for LoRaWAN connection status resource type event configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_eui_event_topicString

Denotes whether the gateway EUI connection status event topic is enabled or disabled.

Returns:

  • (String)


3870
3871
3872
3873
3874
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3870

class LoRaWANConnectionStatusEventNotificationConfigurations < Struct.new(
  :gateway_eui_event_topic)
  SENSITIVE = []
  include Aws::Structure
end