Class: Aws::Types::APNSPushNotificationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::APNSPushNotificationTemplate
- 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.
-
#media_url ⇒ ::String
Returns the value of attribute media_url.
-
#raw_content ⇒ ::String
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.
103 104 105 |
# File 'sig/types.rbs', line 103 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
104 105 106 |
# File 'sig/types.rbs', line 104 def body @body end |
#media_url ⇒ ::String
Returns the value of attribute media_url.
105 106 107 |
# File 'sig/types.rbs', line 105 def media_url @media_url end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
106 107 108 |
# File 'sig/types.rbs', line 106 def raw_content @raw_content end |
#sound ⇒ ::String
Returns the value of attribute sound.
107 108 109 |
# File 'sig/types.rbs', line 107 def sound @sound end |
#title ⇒ ::String
Returns the value of attribute title.
108 109 110 |
# File 'sig/types.rbs', line 108 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
109 110 111 |
# File 'sig/types.rbs', line 109 def url @url end |