Class: Aws::Types::ConditionalFormattingIcon
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalFormattingIcon
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_condition ⇒ Types::ConditionalFormattingCustomIconCondition
Returns the value of attribute custom_condition.
-
#icon_set ⇒ Types::ConditionalFormattingIconSet
Returns the value of attribute icon_set.
Instance Attribute Details
#custom_condition ⇒ Types::ConditionalFormattingCustomIconCondition
Returns the value of attribute custom_condition.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def custom_condition @custom_condition end |
#icon_set ⇒ Types::ConditionalFormattingIconSet
Returns the value of attribute icon_set.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def icon_set @icon_set end |