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.
9048 9049 9050 |
# File 'sig/types.rbs', line 9048 def field_id @field_id end |
#scope ⇒ Types::PivotTableConditionalFormattingScope
Returns the value of attribute scope.
9050 9051 9052 |
# File 'sig/types.rbs', line 9050 def scope @scope end |
#scopes ⇒ ::Array[Types::PivotTableConditionalFormattingScope]
Returns the value of attribute scopes.
9051 9052 9053 |
# File 'sig/types.rbs', line 9051 def scopes @scopes end |
#text_format ⇒ Types::TextConditionalFormat
Returns the value of attribute text_format.
9049 9050 9051 |
# File 'sig/types.rbs', line 9049 def text_format @text_format end |