Class: Aws::Types::KPIConditionalFormattingOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_valueTypes::KPIActualValueConditionalFormatting

Returns the value of attribute actual_value.



6989
6990
6991
# File 'sig/types.rbs', line 6989

def actual_value
  @actual_value
end

#comparison_valueTypes::KPIComparisonValueConditionalFormatting

Returns the value of attribute comparison_value.



6990
6991
6992
# File 'sig/types.rbs', line 6990

def comparison_value
  @comparison_value
end

#primary_valueTypes::KPIPrimaryValueConditionalFormatting

Returns the value of attribute primary_value.



6987
6988
6989
# File 'sig/types.rbs', line 6987

def primary_value
  @primary_value
end

#progress_barTypes::KPIProgressBarConditionalFormatting

Returns the value of attribute progress_bar.



6988
6989
6990
# File 'sig/types.rbs', line 6988

def progress_bar
  @progress_bar
end