Class: Aws::Types::PushAPNSMessageTemplateContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:title, :sound, :url, :media_url])

Instance Attribute Summary collapse

Instance Attribute Details

#action"OPEN_APP", ...

Returns the value of attribute action.

Returns:

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


2226
2227
2228
# File 'sig/types.rbs', line 2226

def action
  @action
end

#bodyTypes::MessageTemplateBodyContentProvider

Returns the value of attribute body.



2225
2226
2227
# File 'sig/types.rbs', line 2225

def body
  @body
end

#media_url::String

Returns the value of attribute media_url.

Returns:

  • (::String)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def media_url
  @media_url
end

#raw_contentTypes::MessageTemplateBodyContentProvider

Returns the value of attribute raw_content.



2230
2231
2232
# File 'sig/types.rbs', line 2230

def raw_content
  @raw_content
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def url
  @url
end