Class: Aws::Types::BaiduMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action"OPEN_APP", ...

Returns the value of attribute action.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:



344
345
346
# File 'sig/types.rbs', line 344

def body
  @body
end

#data::Hash[::String, ::String]

Returns the value of attribute data.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def data
  @data
end

#icon_reference::String

Returns the value of attribute icon_reference.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def raw_content
  @raw_content
end

#silent_pushBoolean

Returns the value of attribute silent_push.

Returns:



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.

Returns:



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.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def sound
  @sound
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:



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.

Returns:



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.

Returns:



355
356
357
# File 'sig/types.rbs', line 355

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def url
  @url
end