Class: Aws::Types::AndroidPushNotificationTemplate

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")


247
248
249
# File 'sig/types.rbs', line 247

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def body
  @body
end

#image_icon_url::String

Returns the value of attribute image_icon_url.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def image_icon_url
  @image_icon_url
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def image_url
  @image_url
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def raw_content
  @raw_content
end

#small_image_icon_url::String

Returns the value of attribute small_image_icon_url.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def small_image_icon_url
  @small_image_icon_url
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def url
  @url
end