Class: Aws::Types::PushADMMessageTemplateContent

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


2213
2214
2215
# File 'sig/types.rbs', line 2213

def action
  @action
end

#bodyTypes::MessageTemplateBodyContentProvider

Returns the value of attribute body.



2212
2213
2214
# File 'sig/types.rbs', line 2212

def body
  @body
end

#image_icon_url::String

Returns the value of attribute image_icon_url.

Returns:

  • (::String)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def image_icon_url
  @image_icon_url
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def image_url
  @image_url
end

#raw_contentTypes::MessageTemplateBodyContentProvider

Returns the value of attribute raw_content.



2219
2220
2221
# File 'sig/types.rbs', line 2219

def raw_content
  @raw_content
end

#small_image_icon_url::String

Returns the value of attribute small_image_icon_url.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def small_image_icon_url
  @small_image_icon_url
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def url
  @url
end