Class: Aws::Types::AndroidPushNotificationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::AndroidPushNotificationTemplate
- 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.
-
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
-
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
-
#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.
247 248 249 |
# File 'sig/types.rbs', line 247 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
248 249 250 |
# File 'sig/types.rbs', line 248 def body @body end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
249 250 251 |
# File 'sig/types.rbs', line 249 def image_icon_url @image_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
250 251 252 |
# File 'sig/types.rbs', line 250 def image_url @image_url end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
251 252 253 |
# File 'sig/types.rbs', line 251 def raw_content @raw_content end |
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
252 253 254 |
# File 'sig/types.rbs', line 252 def small_image_icon_url @small_image_icon_url end |
#sound ⇒ ::String
Returns the value of attribute sound.
253 254 255 |
# File 'sig/types.rbs', line 253 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
254 255 256 |
# File 'sig/types.rbs', line 254 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
255 256 257 |
# File 'sig/types.rbs', line 255 def url @url end |