Class: Aws::Types::PushFCMMessageTemplateContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :sound, :url, :image_url, :image_icon_url, :small_image_icon_url])

Instance Attribute Summary collapse

Instance Attribute Details

#action"OPEN_APP", ...

Returns the value of attribute action.

Returns:

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


2250
2251
2252
# File 'sig/types.rbs', line 2250

def action
  @action
end

#bodyTypes::MessageTemplateBodyContentProvider

Returns the value of attribute body.



2249
2250
2251
# File 'sig/types.rbs', line 2249

def body
  @body
end

#image_icon_url::String

Returns the value of attribute image_icon_url.

Returns:

  • (::String)


2254
2255
2256
# File 'sig/types.rbs', line 2254

def image_icon_url
  @image_icon_url
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def image_url
  @image_url
end

#raw_contentTypes::MessageTemplateBodyContentProvider

Returns the value of attribute raw_content.



2256
2257
2258
# File 'sig/types.rbs', line 2256

def raw_content
  @raw_content
end

#small_image_icon_url::String

Returns the value of attribute small_image_icon_url.

Returns:

  • (::String)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def small_image_icon_url
  @small_image_icon_url
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def url
  @url
end