Class: Aws::Types::ProximityEventConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProximityEventConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sidewalk ⇒ Types::SidewalkEventNotificationConfigurations
Returns the value of attribute sidewalk.
-
#wireless_device_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_device_id_event_topic.
Instance Attribute Details
#sidewalk ⇒ Types::SidewalkEventNotificationConfigurations
Returns the value of attribute sidewalk.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def sidewalk @sidewalk end |
#wireless_device_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_device_id_event_topic.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def wireless_device_id_event_topic @wireless_device_id_event_topic end |