Class: Aws::Types::ADMMessage
- Inherits:
-
Object
- Object
- Aws::Types::ADMMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "OPEN_APP", ...
Returns the value of attribute action.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#consolidation_key ⇒ ::String
Returns the value of attribute consolidation_key.
-
#data ⇒ ::Hash[::String, ::String]
Returns the value of attribute data.
-
#expires_after ⇒ ::String
Returns the value of attribute expires_after.
-
#icon_reference ⇒ ::String
Returns the value of attribute icon_reference.
-
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#md5 ⇒ ::String
Returns the value of attribute md5.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
-
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
-
#small_image_icon_url ⇒ ::String
Returns the value of attribute small_image_icon_url.
-
#sound ⇒ ::String
Returns the value of attribute sound.
-
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#action ⇒ "OPEN_APP", ...
Returns the value of attribute action.
33 34 35 |
# File 'sig/types.rbs', line 33 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
34 35 36 |
# File 'sig/types.rbs', line 34 def body @body end |
#consolidation_key ⇒ ::String
Returns the value of attribute consolidation_key.
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.
36 37 38 |
# File 'sig/types.rbs', line 36 def data @data end |
#expires_after ⇒ ::String
Returns the value of attribute expires_after.
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.
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.
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.
40 41 42 |
# File 'sig/types.rbs', line 40 def image_url @image_url end |
#md5 ⇒ ::String
Returns the value of attribute md5.
41 42 43 |
# File 'sig/types.rbs', line 41 def md5 @md5 end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
42 43 44 |
# File 'sig/types.rbs', line 42 def raw_content @raw_content end |
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
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.
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.
45 46 47 |
# File 'sig/types.rbs', line 45 def sound @sound end |
#substitutions ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute substitutions.
46 47 48 |
# File 'sig/types.rbs', line 46 def substitutions @substitutions end |
#title ⇒ ::String
Returns the value of attribute title.
47 48 49 |
# File 'sig/types.rbs', line 47 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
48 49 50 |
# File 'sig/types.rbs', line 48 def url @url end |