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

#comparison ⇒ Types::ComparisonConfiguration

The comparison configuration of a KPI visual.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.

Returns:

  • (String)


29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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.



29304
29305
29306
29307
29308
29309
29310
29311
29312
29313
29314
29315
29316
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29304

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