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.
7255 7256 7257 |
# File 'sig/types.rbs', line 7255 def actual_value @actual_value end |
#comparison_value ⇒ Types::KPIComparisonValueConditionalFormatting
Returns the value of attribute comparison_value.
7256 7257 7258 |
# File 'sig/types.rbs', line 7256 def comparison_value @comparison_value end |
#primary_value ⇒ Types::KPIPrimaryValueConditionalFormatting
Returns the value of attribute primary_value.
7253 7254 7255 |
# File 'sig/types.rbs', line 7253 def primary_value @primary_value end |
#progress_bar ⇒ Types::KPIProgressBarConditionalFormatting
Returns the value of attribute progress_bar.
7254 7255 7256 |
# File 'sig/types.rbs', line 7254 def @progress_bar end |