Class: Aws::Types::PushADMMessageTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::PushADMMessageTemplateContent
- 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.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def action @action end |
#body ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute body.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def body @body end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def image_icon_url @image_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def image_url @image_url end |
#raw_content ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute raw_content.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def raw_content @raw_content end |
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def small_image_icon_url @small_image_icon_url end |
#sound ⇒ ::String
Returns the value of attribute sound.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def url @url end |