Class: Aws::Types::PivotTableCellConditionalFormatting
- Inherits:
-
Object
- Object
- Aws::Types::PivotTableCellConditionalFormatting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#scope ⇒ Types::PivotTableConditionalFormattingScope
Returns the value of attribute scope.
-
#scopes ⇒ ::Array[Types::PivotTableConditionalFormattingScope]
Returns the value of attribute scopes.
-
#text_format ⇒ Types::TextConditionalFormat
Returns the value of attribute text_format.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
8697 8698 8699 |
# File 'sig/types.rbs', line 8697 def field_id @field_id end |
#scope ⇒ Types::PivotTableConditionalFormattingScope
Returns the value of attribute scope.
8699 8700 8701 |
# File 'sig/types.rbs', line 8699 def scope @scope end |
#scopes ⇒ ::Array[Types::PivotTableConditionalFormattingScope]
Returns the value of attribute scopes.
8700 8701 8702 |
# File 'sig/types.rbs', line 8700 def scopes @scopes end |
#text_format ⇒ Types::TextConditionalFormat
Returns the value of attribute text_format.
8698 8699 8700 |
# File 'sig/types.rbs', line 8698 def text_format @text_format end |