Class: Aws::Types::PushNotificationPreferences
- Inherits:
-
Object
- Object
- Aws::Types::PushNotificationPreferences
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_notifications ⇒ "ALL", ...
Returns the value of attribute allow_notifications.
-
#filter_rule ⇒ ::String
Returns the value of attribute filter_rule.
Instance Attribute Details
#allow_notifications ⇒ "ALL", ...
Returns the value of attribute allow_notifications.
747 748 749 |
# File 'sig/types.rbs', line 747 def allow_notifications @allow_notifications end |
#filter_rule ⇒ ::String
Returns the value of attribute filter_rule.
748 749 750 |
# File 'sig/types.rbs', line 748 def filter_rule @filter_rule end |