Class: Aws::IoTWireless::Types::ConnectionStatusEventConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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

Instance Attribute Details

#lo_ra_wanTypes::LoRaWANConnectionStatusEventNotificationConfigurations

Connection status event configuration object for enabling or disabling LoRaWAN related event topics.



494
495
496
497
498
499
# File 'gems/aws-sdk-iotwireless/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_topicString

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

Returns:

  • (String)


494
495
496
497
498
499
# File 'gems/aws-sdk-iotwireless/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