Class: Aws::Types::GenericAttachment
- Inherits:
-
Object
- Object
- Aws::Types::GenericAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_link_url ⇒ ::String
Returns the value of attribute attachment_link_url.
-
#buttons ⇒ ::Array[Types::Button]
Returns the value of attribute buttons.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#sub_title ⇒ ::String
Returns the value of attribute sub_title.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#attachment_link_url ⇒ ::String
Returns the value of attribute attachment_link_url.
79 80 81 |
# File 'sig/types.rbs', line 79 def @attachment_link_url end |
#buttons ⇒ ::Array[Types::Button]
Returns the value of attribute buttons.
81 82 83 |
# File 'sig/types.rbs', line 81 def @buttons end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
80 81 82 |
# File 'sig/types.rbs', line 80 def image_url @image_url end |
#sub_title ⇒ ::String
Returns the value of attribute sub_title.
78 79 80 |
# File 'sig/types.rbs', line 78 def sub_title @sub_title end |
#title ⇒ ::String
Returns the value of attribute title.
77 78 79 |
# File 'sig/types.rbs', line 77 def title @title end |