Class: Aws::Types::DefaultPushNotificationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::DefaultPushNotificationTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "OPEN_APP", ...
Returns the value of attribute action.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#sound ⇒ ::String
Returns the value of attribute sound.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#action ⇒ "OPEN_APP", ...
Returns the value of attribute action.
713 714 715 |
# File 'sig/types.rbs', line 713 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
714 715 716 |
# File 'sig/types.rbs', line 714 def body @body end |
#sound ⇒ ::String
Returns the value of attribute sound.
715 716 717 |
# File 'sig/types.rbs', line 715 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
716 717 718 |
# File 'sig/types.rbs', line 716 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
717 718 719 |
# File 'sig/types.rbs', line 717 def url @url end |