Class: Aws::Types::KPIOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparisonTypes::ComparisonConfiguration

Returns the value of attribute comparison.



7013
7014
7015
# File 'sig/types.rbs', line 7013

def comparison
  @comparison
end

#primary_value_display_type"HIDDEN", ...

Returns the value of attribute primary_value_display_type.

Returns:

  • ("HIDDEN", "COMPARISON", "ACTUAL")


7014
7015
7016
# File 'sig/types.rbs', line 7014

def primary_value_display_type
  @primary_value_display_type
end

#primary_value_font_configurationTypes::FontConfiguration

Returns the value of attribute primary_value_font_configuration.



7015
7016
7017
# File 'sig/types.rbs', line 7015

def primary_value_font_configuration
  @primary_value_font_configuration
end

#progress_barTypes::ProgressBarOptions

Returns the value of attribute progress_bar.



7010
7011
7012
# File 'sig/types.rbs', line 7010

def progress_bar
  @progress_bar
end

#secondary_valueTypes::SecondaryValueOptions

Returns the value of attribute secondary_value.



7012
7013
7014
# File 'sig/types.rbs', line 7012

def secondary_value
  @secondary_value
end

#secondary_value_font_configurationTypes::FontConfiguration

Returns the value of attribute secondary_value_font_configuration.



7016
7017
7018
# File 'sig/types.rbs', line 7016

def secondary_value_font_configuration
  @secondary_value_font_configuration
end

#sparklineTypes::KPISparklineOptions

Returns the value of attribute sparkline.



7017
7018
7019
# File 'sig/types.rbs', line 7017

def sparkline
  @sparkline
end

#trend_arrowsTypes::TrendArrowOptions

Returns the value of attribute trend_arrows.



7011
7012
7013
# File 'sig/types.rbs', line 7011

def trend_arrows
  @trend_arrows
end

#visual_layout_optionsTypes::KPIVisualLayoutOptions

Returns the value of attribute visual_layout_options.



7018
7019
7020
# File 'sig/types.rbs', line 7018

def visual_layout_options
  @visual_layout_options
end