Class: Aws::Types::APNSMessage
- Inherits:
-
Object
- Object
- Aws::Types::APNSMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "OPEN_APP", ...
Returns the value of attribute action.
-
#apns_push_type ⇒ ::String
Returns the value of attribute apns_push_type.
-
#badge ⇒ ::Integer
Returns the value of attribute badge.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#collapse_id ⇒ ::String
Returns the value of attribute collapse_id.
-
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
-
#media_url ⇒ ::String
Returns the value of attribute media_url.
-
#preferred_authentication_method ⇒ ::String
Returns the value of attribute preferred_authentication_method.
-
#priority ⇒ ::String
Returns the value of attribute priority.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
-
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
-
#sound ⇒ ::String
Returns the value of attribute sound.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#thread_id ⇒ ::String
Returns the value of attribute thread_id.
-
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
-
#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.
82 83 84 |
# File 'sig/types.rbs', line 82 def action @action end |
#apns_push_type ⇒ ::String
Returns the value of attribute apns_push_type.
81 82 83 |
# File 'sig/types.rbs', line 81 def apns_push_type @apns_push_type end |
#badge ⇒ ::Integer
Returns the value of attribute badge.
83 84 85 |
# File 'sig/types.rbs', line 83 def badge @badge end |
#body ⇒ ::String
Returns the value of attribute body.
84 85 86 |
# File 'sig/types.rbs', line 84 def body @body end |
#category ⇒ ::String
Returns the value of attribute category.
85 86 87 |
# File 'sig/types.rbs', line 85 def category @category end |
#collapse_id ⇒ ::String
Returns the value of attribute collapse_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def collapse_id @collapse_id end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
87 88 89 |
# File 'sig/types.rbs', line 87 def data @data end |
#media_url ⇒ ::String
Returns the value of attribute media_url.
88 89 90 |
# File 'sig/types.rbs', line 88 def media_url @media_url end |
#preferred_authentication_method ⇒ ::String
Returns the value of attribute preferred_authentication_method.
89 90 91 |
# File 'sig/types.rbs', line 89 def preferred_authentication_method @preferred_authentication_method end |
#priority ⇒ ::String
Returns the value of attribute priority.
90 91 92 |
# File 'sig/types.rbs', line 90 def priority @priority end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
91 92 93 |
# File 'sig/types.rbs', line 91 def raw_content @raw_content end |
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
92 93 94 |
# File 'sig/types.rbs', line 92 def silent_push @silent_push end |
#sound ⇒ ::String
Returns the value of attribute sound.
93 94 95 |
# File 'sig/types.rbs', line 93 def sound @sound end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
94 95 96 |
# File 'sig/types.rbs', line 94 def substitutions @substitutions end |
#thread_id ⇒ ::String
Returns the value of attribute thread_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def thread_id @thread_id end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
96 97 98 |
# File 'sig/types.rbs', line 96 def time_to_live @time_to_live end |
#title ⇒ ::String
Returns the value of attribute title.
97 98 99 |
# File 'sig/types.rbs', line 97 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
98 99 100 |
# File 'sig/types.rbs', line 98 def url @url end |