Class: Aws::Types::GCMMessage
- Inherits:
-
Object
- Object
- Aws::Types::GCMMessage
- 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.
-
#collapse_key ⇒ ::String
Returns the value of attribute collapse_key.
-
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
-
#icon_reference ⇒ ::String
Returns the value of attribute icon_reference.
-
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
-
#image_url ⇒ ::String
Returns the value of attribute image_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.
-
#restricted_package_name ⇒ ::String
Returns the value of attribute restricted_package_name.
-
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
-
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
-
#sound ⇒ ::String
Returns the value of attribute sound.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#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.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def body @body end |
#collapse_key ⇒ ::String
Returns the value of attribute collapse_key.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def collapse_key @collapse_key end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def data @data end |
#icon_reference ⇒ ::String
Returns the value of attribute icon_reference.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def icon_reference @icon_reference end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def image_icon_url @image_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def image_url @image_url end |
#preferred_authentication_method ⇒ ::String
Returns the value of attribute preferred_authentication_method.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def preferred_authentication_method @preferred_authentication_method end |
#priority ⇒ ::String
Returns the value of attribute priority.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def priority @priority end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def raw_content @raw_content end |
#restricted_package_name ⇒ ::String
Returns the value of attribute restricted_package_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def restricted_package_name @restricted_package_name end |
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def silent_push @silent_push end |
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def small_image_icon_url @small_image_icon_url end |
#sound ⇒ ::String
Returns the value of attribute sound.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def sound @sound end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def substitutions @substitutions end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def time_to_live @time_to_live end |
#title ⇒ ::String
Returns the value of attribute title.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def url @url end |