Class: Aws::Types::PushAPNSMessageTemplateContent
- Inherits:
-
Object
- Object
- Aws::Types::PushAPNSMessageTemplateContent
- 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.
-
#media_url ⇒ ::String
Returns the value of attribute media_url.
-
#raw_content ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute raw_content.
-
#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.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def action @action end |
#body ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute body.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def body @body end |
#media_url ⇒ ::String
Returns the value of attribute media_url.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def media_url @media_url end |
#raw_content ⇒ Types::MessageTemplateBodyContentProvider
Returns the value of attribute raw_content.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def raw_content @raw_content end |
#sound ⇒ ::String
Returns the value of attribute sound.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def url @url end |