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.



7255
7256
7257
# File 'sig/types.rbs', line 7255

def actual_value
  @actual_value
end

#comparison_valueTypes::KPIComparisonValueConditionalFormatting

Returns the value of attribute comparison_value.



7256
7257
7258
# File 'sig/types.rbs', line 7256

def comparison_value
  @comparison_value
end

#primary_valueTypes::KPIPrimaryValueConditionalFormatting

Returns the value of attribute primary_value.



7253
7254
7255
# File 'sig/types.rbs', line 7253

def primary_value
  @primary_value
end

#progress_barTypes::KPIProgressBarConditionalFormatting

Returns the value of attribute progress_bar.



7254
7255
7256
# File 'sig/types.rbs', line 7254

def progress_bar
  @progress_bar
end