Class: Aws::QuickSight::Types::KPISparklineOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The color of the sparkline.

Returns:

  • (String)


17820
17821
17822
17823
17824
17825
17826
17827
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17820

class KPISparklineOptions < Struct.new(
  :visibility,
  :type,
  :color,
  :tooltip_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#tooltip_visibilityString

The tooltip visibility of the sparkline.

Returns:

  • (String)


17820
17821
17822
17823
17824
17825
17826
17827
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17820

class KPISparklineOptions < Struct.new(
  :visibility,
  :type,
  :color,
  :tooltip_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the sparkline.

Returns:

  • (String)


17820
17821
17822
17823
17824
17825
17826
17827
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17820

class KPISparklineOptions < Struct.new(
  :visibility,
  :type,
  :color,
  :tooltip_visibility)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The visibility of the sparkline.

Returns:

  • (String)


17820
17821
17822
17823
17824
17825
17826
17827
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17820

class KPISparklineOptions < Struct.new(
  :visibility,
  :type,
  :color,
  :tooltip_visibility)
  SENSITIVE = []
  include Aws::Structure
end