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.
11160 11161 11162 |
# File 'sig/types.rbs', line 11160 def content @content end |
#target ⇒ "NEW_TAB", ...
Returns the value of attribute target.
11159 11160 11161 |
# File 'sig/types.rbs', line 11159 def target @target end |