Class: Aws::QuickSight::Types::KPIOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#comparisonTypes::ComparisonConfiguration

The comparison configuration of a KPI visual.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_typeString

The options that determine the primary value display type.

Returns:

  • (String)


17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_configurationTypes::FontConfiguration

The options that determine the primary value font configuration.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_barTypes::ProgressBarOptions

The options that determine the presentation of the progress bar of a KPI visual.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_valueTypes::SecondaryValueOptions

The options that determine the presentation of the secondary value of a KPI visual.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_configurationTypes::FontConfiguration

The options that determine the secondary value font configuration.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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

#sparklineTypes::KPISparklineOptions

The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_arrowsTypes::TrendArrowOptions

The options that determine the presentation of trend arrows in a KPI visual.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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_optionsTypes::KPIVisualLayoutOptions

The options that determine the layout a KPI visual.



17738
17739
17740
17741
17742
17743
17744
17745
17746
17747
17748
17749
17750
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17738

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