Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- 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.
-
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
-
#image_small_icon_url ⇒ ::String
Returns the value of attribute image_small_icon_url.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#json_body ⇒ ::String
Returns the value of attribute json_body.
-
#media_url ⇒ ::String
Returns the value of attribute media_url.
-
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
-
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
-
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
-
#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.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def action @action end |
#body ⇒ ::String
Returns the value of attribute body.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def body @body end |
#image_icon_url ⇒ ::String
Returns the value of attribute image_icon_url.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def image_icon_url @image_icon_url end |
#image_small_icon_url ⇒ ::String
Returns the value of attribute image_small_icon_url.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def image_small_icon_url @image_small_icon_url end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def image_url @image_url end |
#json_body ⇒ ::String
Returns the value of attribute json_body.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def json_body @json_body end |
#media_url ⇒ ::String
Returns the value of attribute media_url.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def media_url @media_url end |
#raw_content ⇒ ::String
Returns the value of attribute raw_content.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def raw_content @raw_content end |
#silent_push ⇒ Boolean
Returns the value of attribute silent_push.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def silent_push @silent_push end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def time_to_live @time_to_live end |
#title ⇒ ::String
Returns the value of attribute title.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def title @title end |
#url ⇒ ::String
Returns the value of attribute url.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def url @url end |