Class: Aws::Types::TableFieldLinkContentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldLinkContentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_icon_content ⇒ Types::TableFieldCustomIconContent
Returns the value of attribute custom_icon_content.
-
#custom_text_content ⇒ Types::TableFieldCustomTextContent
Returns the value of attribute custom_text_content.
Instance Attribute Details
#custom_icon_content ⇒ Types::TableFieldCustomIconContent
Returns the value of attribute custom_icon_content.
11166 11167 11168 |
# File 'sig/types.rbs', line 11166 def custom_icon_content @custom_icon_content end |
#custom_text_content ⇒ Types::TableFieldCustomTextContent
Returns the value of attribute custom_text_content.
11165 11166 11167 |
# File 'sig/types.rbs', line 11165 def custom_text_content @custom_text_content end |