Class: Aws::IoTWireless::Types::LoRaWANConnectionStatusResourceTypeEventConfiguration

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

#wireless_gateway_event_topicString

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

Returns:

  • (String)


3884
3885
3886
3887
3888
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3884

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