Class: Aws::IoTWireless::Types::ProximityResourceTypeEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ProximityResourceTypeEventConfiguration
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass ProximityResourceTypeEventConfiguration data as a hash:
{
sidewalk: {
wireless_device_event_topic: "Enabled", # accepts Enabled, Disabled
},
}
Proximity resource type event configuration object for enabling or disabling topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sidewalk ⇒ Types::SidewalkResourceTypeEventConfiguration
Proximity resource type event configuration object for enabling and disabling wireless device topic.
Instance Attribute Details
#sidewalk ⇒ Types::SidewalkResourceTypeEventConfiguration
Proximity resource type event configuration object for enabling and disabling wireless device topic.
4546 4547 4548 4549 4550 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4546 class ProximityResourceTypeEventConfiguration < Struct.new( :sidewalk) SENSITIVE = [] include Aws::Structure end |