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.
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.
7280 7281 7282 |
# File 'sig/types.rbs', line 7280 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.
7281 7282 7283 |
# File 'sig/types.rbs', line 7281 def primary_value_font_configuration @primary_value_font_configuration end |
#progress_bar ⇒ Types::ProgressBarOptions
Returns the value of attribute progress_bar.
7276 7277 7278 |
# File 'sig/types.rbs', line 7276 def @progress_bar end |
#secondary_value ⇒ Types::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_configuration ⇒ Types::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 |
#sparkline ⇒ Types::KPISparklineOptions
Returns the value of attribute sparkline.
7283 7284 7285 |
# File 'sig/types.rbs', line 7283 def sparkline @sparkline end |
#trend_arrows ⇒ Types::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_options ⇒ Types::KPIVisualLayoutOptions
Returns the value of attribute visual_layout_options.
7284 7285 7286 |
# File 'sig/types.rbs', line 7284 def @visual_layout_options end |