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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#comparisonTypes::ComparisonConfiguration

The comparison configuration of a KPI visual.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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)


18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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.



18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
# File 'lib/aws-sdk-quicksight/types.rb', line 18404

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