Class: Aws::QuickSight::Types::KPISparklineOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPISparklineOptions
- 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
-
#color ⇒ String
The color of the sparkline.
-
#tooltip_visibility ⇒ String
The tooltip visibility of the sparkline.
-
#type ⇒ String
The type of the sparkline.
-
#visibility ⇒ String
The visibility of the sparkline.
Instance Attribute Details
#color ⇒ String
The color of the sparkline.
20620 20621 20622 20623 20624 20625 20626 20627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20620 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |
#tooltip_visibility ⇒ String
The tooltip visibility of the sparkline.
20620 20621 20622 20623 20624 20625 20626 20627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20620 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the sparkline.
20620 20621 20622 20623 20624 20625 20626 20627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20620 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the sparkline.
20620 20621 20622 20623 20624 20625 20626 20627 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20620 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |