Class: Aws::QuickSight::Types::GaugeChartOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GaugeChartOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the presentation of the GaugeChartVisual
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arc ⇒ Types::ArcConfiguration
The arc configuration of a
GaugeChartVisual
. -
#arc_axis ⇒ Types::ArcAxisConfiguration
The arc axis configuration of a
GaugeChartVisual
. -
#comparison ⇒ Types::ComparisonConfiguration
The comparison configuration of a
GaugeChartVisual
. -
#primary_value_display_type ⇒ String
The options that determine the primary value display type.
-
#primary_value_font_configuration ⇒ Types::FontConfiguration
The options that determine the primary value font configuration.
Instance Attribute Details
#arc ⇒ Types::ArcConfiguration
The arc configuration of a GaugeChartVisual
.
17381 17382 17383 17384 17385 17386 17387 17388 17389 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17381 class GaugeChartOptions < Struct.new( :primary_value_display_type, :comparison, :arc_axis, :arc, :primary_value_font_configuration) SENSITIVE = [] include Aws::Structure end |
#arc_axis ⇒ Types::ArcAxisConfiguration
The arc axis configuration of a GaugeChartVisual
.
17381 17382 17383 17384 17385 17386 17387 17388 17389 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17381 class GaugeChartOptions < Struct.new( :primary_value_display_type, :comparison, :arc_axis, :arc, :primary_value_font_configuration) SENSITIVE = [] include Aws::Structure end |
#comparison ⇒ Types::ComparisonConfiguration
The comparison configuration of a GaugeChartVisual
.
17381 17382 17383 17384 17385 17386 17387 17388 17389 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17381 class GaugeChartOptions < Struct.new( :primary_value_display_type, :comparison, :arc_axis, :arc, :primary_value_font_configuration) SENSITIVE = [] include Aws::Structure end |
#primary_value_display_type ⇒ String
The options that determine the primary value display type.
17381 17382 17383 17384 17385 17386 17387 17388 17389 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17381 class GaugeChartOptions < Struct.new( :primary_value_display_type, :comparison, :arc_axis, :arc, :primary_value_font_configuration) SENSITIVE = [] include Aws::Structure end |
#primary_value_font_configuration ⇒ Types::FontConfiguration
The options that determine the primary value font configuration.
17381 17382 17383 17384 17385 17386 17387 17388 17389 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17381 class GaugeChartOptions < Struct.new( :primary_value_display_type, :comparison, :arc_axis, :arc, :primary_value_font_configuration) SENSITIVE = [] include Aws::Structure end |