Class: Aws::Types::KPIOptions
- Inherits:
-
Object
- Object
- Aws::Types::KPIOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison ⇒ Types::ComparisonConfiguration
Returns the value of attribute comparison.
-
#primary_value_display_type ⇒ "HIDDEN", ...
Returns the value of attribute primary_value_display_type.
-
#primary_value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute primary_value_font_configuration.
-
#progress_bar ⇒ Types::ProgressBarOptions
Returns the value of attribute progress_bar.
-
#secondary_value ⇒ Types::SecondaryValueOptions
Returns the value of attribute secondary_value.
-
#secondary_value_font_configuration ⇒ Types::FontConfiguration
Returns the value of attribute secondary_value_font_configuration.
-
#sparkline ⇒ Types::KPISparklineOptions
Returns the value of attribute sparkline.
-
#trend_arrows ⇒ Types::TrendArrowOptions
Returns the value of attribute trend_arrows.
-
#visual_layout_options ⇒ Types::KPIVisualLayoutOptions
Returns the value of attribute visual_layout_options.
Instance Attribute Details
#comparison ⇒ Types::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.
7014 7015 7016 |
# File 'sig/types.rbs', line 7014 def primary_value_display_type @primary_value_display_type end |
#primary_value_font_configuration ⇒ Types::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_bar ⇒ Types::ProgressBarOptions
Returns the value of attribute progress_bar.
7010 7011 7012 |
# File 'sig/types.rbs', line 7010 def @progress_bar end |
#secondary_value ⇒ Types::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_configuration ⇒ Types::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 |
#sparkline ⇒ Types::KPISparklineOptions
Returns the value of attribute sparkline.
7017 7018 7019 |
# File 'sig/types.rbs', line 7017 def sparkline @sparkline end |
#trend_arrows ⇒ Types::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_options ⇒ Types::KPIVisualLayoutOptions
Returns the value of attribute visual_layout_options.
7018 7019 7020 |
# File 'sig/types.rbs', line 7018 def @visual_layout_options end |