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.
10776 10777 10778 |
# File 'sig/types.rbs', line 10776 def custom_icon_content @custom_icon_content end |
#custom_text_content ⇒ Types::TableFieldCustomTextContent
Returns the value of attribute custom_text_content.
10775 10776 10777 |
# File 'sig/types.rbs', line 10775 def custom_text_content @custom_text_content end |