Class: Aws::Types::KPIConditionalFormattingOption
- Inherits:
-
Object
- Object
- Aws::Types::KPIConditionalFormattingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_value ⇒ Types::KPIActualValueConditionalFormatting
Returns the value of attribute actual_value.
-
#comparison_value ⇒ Types::KPIComparisonValueConditionalFormatting
Returns the value of attribute comparison_value.
-
#primary_value ⇒ Types::KPIPrimaryValueConditionalFormatting
Returns the value of attribute primary_value.
-
#progress_bar ⇒ Types::KPIProgressBarConditionalFormatting
Returns the value of attribute progress_bar.
Instance Attribute Details
#actual_value ⇒ Types::KPIActualValueConditionalFormatting
Returns the value of attribute actual_value.
6989 6990 6991 |
# File 'sig/types.rbs', line 6989 def actual_value @actual_value end |
#comparison_value ⇒ Types::KPIComparisonValueConditionalFormatting
Returns the value of attribute comparison_value.
6990 6991 6992 |
# File 'sig/types.rbs', line 6990 def comparison_value @comparison_value end |
#primary_value ⇒ Types::KPIPrimaryValueConditionalFormatting
Returns the value of attribute primary_value.
6987 6988 6989 |
# File 'sig/types.rbs', line 6987 def primary_value @primary_value end |
#progress_bar ⇒ Types::KPIProgressBarConditionalFormatting
Returns the value of attribute progress_bar.
6988 6989 6990 |
# File 'sig/types.rbs', line 6988 def @progress_bar end |