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.
11095 11096 11097 |
# File 'sig/types.rbs', line 11095 def field_id @field_id end |
#text_format ⇒ Types::TextConditionalFormat
Returns the value of attribute text_format.
11096 11097 11098 |
# File 'sig/types.rbs', line 11096 def text_format @text_format end |