Class: Aws::Types::BaiduMessage
- Inherits:
-
Object
- Object
- Aws::Types::BaiduMessage
- 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.
-
#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.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
-
#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.
343 344 345 |
# File 'sig/types.rbs', line 343 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
344 345 346 |
# File 'sig/types.rbs', line 344 def body @body end |
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
345 346 347 |
# File 'sig/types.rbs', line 345 def data @data end |
#icon_reference ⇒ ::String
Returns the value of attribute icon_reference.
346 347 348 |
# File 'sig/types.rbs', line 346 def icon_reference @icon_reference end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
347 348 349 |
# File 'sig/types.rbs', line 347 def image_icon_url @image_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
348 349 350 |
# File 'sig/types.rbs', line 348 def image_url @image_url end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
349 350 351 |
# File 'sig/types.rbs', line 349 def raw_content @raw_content end |
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
350 351 352 |
# File 'sig/types.rbs', line 350 def silent_push @silent_push end |
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
351 352 353 |
# File 'sig/types.rbs', line 351 def small_image_icon_url @small_image_icon_url end |
#sound ⇒ ::String
Returns the value of attribute sound.
352 353 354 |
# File 'sig/types.rbs', line 352 def sound @sound end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
353 354 355 |
# File 'sig/types.rbs', line 353 def substitutions @substitutions end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
354 355 356 |
# File 'sig/types.rbs', line 354 def time_to_live @time_to_live end |
#title ⇒ ::String
Returns the value of attribute title.
355 356 357 |
# File 'sig/types.rbs', line 355 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
356 357 358 |
# File 'sig/types.rbs', line 356 def url @url end |