Class: Aws::Types::PushNotificationPreferences

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:filter_rule])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_notifications"ALL", ...

Returns the value of attribute allow_notifications.

Returns:

  • ("ALL", "NONE", "FILTERED")


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.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def filter_rule
  @filter_rule
end