Class: Aws::Types::PushFCMMessageTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::PushFCMMessageTemplateContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "OPEN_APP", ...
Returns the value of attribute action.
-
#body ⇒ Types::MessageTemplateBodyContentProvider
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 ⇒ Types::MessageTemplateBodyContentProvider
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.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def action @action end |
#body ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute body.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def body @body end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def image_icon_url @image_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def image_url @image_url end |
#raw_content ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute raw_content.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def raw_content @raw_content end |
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def small_image_icon_url @small_image_icon_url end |
#sound ⇒ ::String
Returns the value of attribute sound.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def url @url end |