Class: Aws::Types::DeviceRegistrationStateEventConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DeviceRegistrationStateEventConfiguration
- 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.
492 493 494 |
# File 'sig/types.rbs', line 492 def sidewalk @sidewalk end |
#wireless_device_id_event_topic ⇒ "Enabled", "Disabled"
Returns the value of attribute wireless_device_id_event_topic.
493 494 495 |
# File 'sig/types.rbs', line 493 def wireless_device_id_event_topic @wireless_device_id_event_topic end |