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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18486
18487
18488
18489
18490
18491
18492
18493
# File 'lib/aws-sdk-quicksight/types.rb', line 18486

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

#tooltip_visibilityString

The tooltip visibility of the sparkline.

Returns:

  • (String)


18486
18487
18488
18489
18490
18491
18492
18493
# File 'lib/aws-sdk-quicksight/types.rb', line 18486

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

#typeString

The type of the sparkline.

Returns:

  • (String)


18486
18487
18488
18489
18490
18491
18492
18493
# File 'lib/aws-sdk-quicksight/types.rb', line 18486

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

#visibilityString

The visibility of the sparkline.

Returns:

  • (String)


18486
18487
18488
18489
18490
18491
18492
18493
# File 'lib/aws-sdk-quicksight/types.rb', line 18486

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