Class: Aws::QuickSight::Types::KPISparklineOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPISparklineOptions
- 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
-
#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.
19515 19516 19517 19518 19519 19520 19521 19522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19515 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |
#tooltip_visibility ⇒ String
The tooltip visibility of the sparkline.
19515 19516 19517 19518 19519 19520 19521 19522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19515 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the sparkline.
19515 19516 19517 19518 19519 19520 19521 19522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19515 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of the sparkline.
19515 19516 19517 19518 19519 19520 19521 19522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19515 class KPISparklineOptions < Struct.new( :visibility, :type, :color, :tooltip_visibility) SENSITIVE = [] include Aws::Structure end |