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