Class: Aws::Types::PushBaiduMessageTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::PushBaiduMessageTemplateContent
- 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.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def action @action end |
#body ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute body.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def body @body end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def image_icon_url @image_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def image_url @image_url end |
#raw_content ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute raw_content.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def raw_content @raw_content end |
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def small_image_icon_url @small_image_icon_url end |
#sound ⇒ ::String
Returns the value of attribute sound.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def url @url end |