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.



485
486
487
488
489
490
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 485

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)


485
486
487
488
489
490
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 485

class ConnectionStatusEventConfiguration < Struct.new(
  :lo_ra_wan,
  :wireless_gateway_id_event_topic)
  SENSITIVE = []
  include Aws::Structure
end