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.



7279
7280
7281
# File 'sig/types.rbs', line 7279

def comparison
  @comparison
end

#primary_value_display_type"HIDDEN", ...

Returns the value of attribute primary_value_display_type.

Returns:

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


7280
7281
7282
# File 'sig/types.rbs', line 7280

def primary_value_display_type
  @primary_value_display_type
end

#primary_value_font_configurationTypes::FontConfiguration

Returns the value of attribute primary_value_font_configuration.



7281
7282
7283
# File 'sig/types.rbs', line 7281

def primary_value_font_configuration
  @primary_value_font_configuration
end

#progress_barTypes::ProgressBarOptions

Returns the value of attribute progress_bar.



7276
7277
7278
# File 'sig/types.rbs', line 7276

def progress_bar
  @progress_bar
end

#secondary_valueTypes::SecondaryValueOptions

Returns the value of attribute secondary_value.



7278
7279
7280
# File 'sig/types.rbs', line 7278

def secondary_value
  @secondary_value
end

#secondary_value_font_configurationTypes::FontConfiguration

Returns the value of attribute secondary_value_font_configuration.



7282
7283
7284
# File 'sig/types.rbs', line 7282

def secondary_value_font_configuration
  @secondary_value_font_configuration
end

#sparklineTypes::KPISparklineOptions

Returns the value of attribute sparkline.



7283
7284
7285
# File 'sig/types.rbs', line 7283

def sparkline
  @sparkline
end

#trend_arrowsTypes::TrendArrowOptions

Returns the value of attribute trend_arrows.



7277
7278
7279
# File 'sig/types.rbs', line 7277

def trend_arrows
  @trend_arrows
end

#visual_layout_optionsTypes::KPIVisualLayoutOptions

Returns the value of attribute visual_layout_options.



7284
7285
7286
# File 'sig/types.rbs', line 7284

def visual_layout_options
  @visual_layout_options
end