Class: Aws::Types::TableFieldCustomTextContent
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldCustomTextContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute font_configuration.
11149 11150 11151 |
# File 'sig/types.rbs', line 11149 def font_configuration @font_configuration end |
#value ⇒ ::String
Returns the value of attribute value.
11148 11149 11150 |
# File 'sig/types.rbs', line 11148 def value @value end |