Class: Aws::Types::APNSPushNotificationTemplate

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


103
104
105
# File 'sig/types.rbs', line 103

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def body
  @body
end

#media_url::String

Returns the value of attribute media_url.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def media_url
  @media_url
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def raw_content
  @raw_content
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def sound
  @sound
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def url
  @url
end