Class: Aws::Types::APNSMessage

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


82
83
84
# File 'sig/types.rbs', line 82

def action
  @action
end

#apns_push_type::String

Returns the value of attribute apns_push_type.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def apns_push_type
  @apns_push_type
end

#badge::Integer

Returns the value of attribute badge.

Returns:

  • (::Integer)


83
84
85
# File 'sig/types.rbs', line 83

def badge
  @badge
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def body
  @body
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def category
  @category
end

#collapse_id::String

Returns the value of attribute collapse_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def collapse_id
  @collapse_id
end

#data::Hash[::String, ::String]

Returns the value of attribute data.

Returns:

  • (::Hash[::String, ::String])


87
88
89
# File 'sig/types.rbs', line 87

def data
  @data
end

#media_url::String

Returns the value of attribute media_url.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def media_url
  @media_url
end

#preferred_authentication_method::String

Returns the value of attribute preferred_authentication_method.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def preferred_authentication_method
  @preferred_authentication_method
end

#priority::String

Returns the value of attribute priority.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def priority
  @priority
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def raw_content
  @raw_content
end

#silent_pushBoolean

Returns the value of attribute silent_push.

Returns:

  • (Boolean)


92
93
94
# File 'sig/types.rbs', line 92

def silent_push
  @silent_push
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def sound
  @sound
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


94
95
96
# File 'sig/types.rbs', line 94

def substitutions
  @substitutions
end

#thread_id::String

Returns the value of attribute thread_id.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def thread_id
  @thread_id
end

#time_to_live::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


96
97
98
# File 'sig/types.rbs', line 96

def time_to_live
  @time_to_live
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def url
  @url
end