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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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.
18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18475 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 |