Class: Aws::QuickSight::Types::KPIOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ Types::ComparisonConfiguration
The comparison configuration of a KPI visual.
-
#primary_value_display_type ⇒ String
The options that determine the primary value display type.
-
#primary_value_font_configuration ⇒ Types::FontConfiguration
The options that determine the primary value font configuration.
-
#progress_bar ⇒ Types::ProgressBarOptions
The options that determine the presentation of the progress bar of a KPI visual.
-
#secondary_value ⇒ Types::SecondaryValueOptions
The options that determine the presentation of the secondary value of a KPI visual.
-
#secondary_value_font_configuration ⇒ Types::FontConfiguration
The options that determine the secondary value font configuration.
-
#sparkline ⇒ Types::KPISparklineOptions
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
-
#trend_arrows ⇒ Types::TrendArrowOptions
The options that determine the presentation of trend arrows in a KPI visual.
-
#visual_layout_options ⇒ Types::KPIVisualLayoutOptions
The options that determine the layout a KPI visual.
Instance Attribute Details
#comparison ⇒ Types::ComparisonConfiguration
The comparison configuration of a KPI visual.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#primary_value_display_type ⇒ String
The options that determine the primary value display type.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#primary_value_font_configuration ⇒ Types::FontConfiguration
The options that determine the primary value font configuration.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#progress_bar ⇒ Types::ProgressBarOptions
The options that determine the presentation of the progress bar of a KPI visual.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#secondary_value ⇒ Types::SecondaryValueOptions
The options that determine the presentation of the secondary value of a KPI visual.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#secondary_value_font_configuration ⇒ Types::FontConfiguration
The options that determine the secondary value font configuration.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#sparkline ⇒ Types::KPISparklineOptions
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#trend_arrows ⇒ Types::TrendArrowOptions
The options that determine the presentation of trend arrows in a KPI visual.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |
#visual_layout_options ⇒ Types::KPIVisualLayoutOptions
The options that determine the layout a KPI visual.
19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19433 class KPIOptions < Struct.new( :progress_bar, :trend_arrows, :secondary_value, :comparison, :primary_value_display_type, :primary_value_font_configuration, :secondary_value_font_configuration, :sparkline, :visual_layout_options) SENSITIVE = [] include Aws::Structure end |