Class: Aws::Types::TableFieldLinkConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldLinkConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::TableFieldLinkContentConfiguration
Returns the value of attribute content.
-
#target ⇒ "NEW_TAB", ...
Returns the value of attribute target.
Instance Attribute Details
#content ⇒ Types::TableFieldLinkContentConfiguration
Returns the value of attribute content.
10770 10771 10772 |
# File 'sig/types.rbs', line 10770 def content @content end |
#target ⇒ "NEW_TAB", ...
Returns the value of attribute target.
10769 10770 10771 |
# File 'sig/types.rbs', line 10769 def target @target end |