Class: Aws::Types::TableCellConditionalFormatting
- Inherits:
-
Object
- Object
- Aws::Types::TableCellConditionalFormatting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#text_format ⇒ Types::TextConditionalFormat
Returns the value of attribute text_format.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
10705 10706 10707 |
# File 'sig/types.rbs', line 10705 def field_id @field_id end |
#text_format ⇒ Types::TextConditionalFormat
Returns the value of attribute text_format.
10706 10707 10708 |
# File 'sig/types.rbs', line 10706 def text_format @text_format end |