Class: Aws::Types::DefaultPushNotificationMessage
- Inherits:
-
Object
- Object
- Aws::Types::DefaultPushNotificationMessage
- 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.
-
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
-
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#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.
702 703 704 |
# File 'sig/types.rbs', line 702 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
703 704 705 |
# File 'sig/types.rbs', line 703 def body @body end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
704 705 706 |
# File 'sig/types.rbs', line 704 def data @data end |
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
705 706 707 |
# File 'sig/types.rbs', line 705 def silent_push @silent_push end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
706 707 708 |
# File 'sig/types.rbs', line 706 def substitutions @substitutions end |
#title ⇒ ::String
Returns the value of attribute title.
707 708 709 |
# File 'sig/types.rbs', line 707 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
708 709 710 |
# File 'sig/types.rbs', line 708 def url @url end |