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.
10759 10760 10761 |
# File 'sig/types.rbs', line 10759 def font_configuration @font_configuration end |
#value ⇒ ::String
Returns the value of attribute value.
10758 10759 10760 |
# File 'sig/types.rbs', line 10758 def value @value end |