Class: Aws::Types::ADMMessage

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


33
34
35
# File 'sig/types.rbs', line 33

def action
  @action
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def body
  @body
end

#consolidation_key::String

Returns the value of attribute consolidation_key.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def consolidation_key
  @consolidation_key
end

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

Returns the value of attribute data.

Returns:

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


36
37
38
# File 'sig/types.rbs', line 36

def data
  @data
end

#expires_after::String

Returns the value of attribute expires_after.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def expires_after
  @expires_after
end

#icon_reference::String

Returns the value of attribute icon_reference.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def icon_reference
  @icon_reference
end

#image_icon_url::String

Returns the value of attribute image_icon_url.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def image_icon_url
  @image_icon_url
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def image_url
  @image_url
end

#md5::String

Returns the value of attribute md5.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def md5
  @md5
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def raw_content
  @raw_content
end

#silent_pushBoolean

Returns the value of attribute silent_push.

Returns:

  • (Boolean)


43
44
45
# File 'sig/types.rbs', line 43

def silent_push
  @silent_push
end

#small_image_icon_url::String

Returns the value of attribute small_image_icon_url.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def small_image_icon_url
  @small_image_icon_url
end

#sound::String

Returns the value of attribute sound.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def sound
  @sound
end

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

Returns the value of attribute substitutions.

Returns:

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


46
47
48
# File 'sig/types.rbs', line 46

def substitutions
  @substitutions
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def title
  @title
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def url
  @url
end