Class: Aws::IoTWireless::Types::SidewalkResourceTypeEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkResourceTypeEventConfiguration
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass SidewalkResourceTypeEventConfiguration data as a hash:
{
wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
}
Sidewalk resource type event configuration object for enabling or disabling topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#wireless_device_event_topic ⇒ String
Enum to denote whether the wireless device join event topic is enabled or disabled.
Instance Attribute Details
#wireless_device_event_topic ⇒ String
Enum to denote whether the wireless device join event topic is enabled or disabled.
4988 4989 4990 4991 4992 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4988 class SidewalkResourceTypeEventConfiguration < Struct.new( :wireless_device_event_topic) SENSITIVE = [] include Aws::Structure end |