Class: Aws::Types::GCMMessage

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:

  • ("OPEN_APP", "DEEP_LINK", "URL")


1308
1309
1310
# File 'sig/types.rbs', line 1308

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def body
  @body
end

#collapse_key::String

Returns the value of attribute collapse_key.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1311
1312
1313
# File 'sig/types.rbs', line 1311

def data
  @data
end

#icon_reference::String

Returns the value of attribute icon_reference.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def priority
  @priority
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def restricted_package_name
  @restricted_package_name
end

#silent_pushBoolean

Returns the value of attribute silent_push.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def sound
  @sound
end

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

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1325
1326
1327
# File 'sig/types.rbs', line 1325

def url
  @url
end