Class: Aws::QuickSight::Types::GaugeChartOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GaugeChartOptions
- Includes:
- Structure
- Defined in:
- 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`.
16266 16267 16268 16269 16270 16271 16272 16273 16274 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16266 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`.
16266 16267 16268 16269 16270 16271 16272 16273 16274 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16266 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`.
16266 16267 16268 16269 16270 16271 16272 16273 16274 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16266 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.
16266 16267 16268 16269 16270 16271 16272 16273 16274 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16266 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.
16266 16267 16268 16269 16270 16271 16272 16273 16274 |
# File 'lib/aws-sdk-quicksight/types.rb', line 16266 class GaugeChartOptions < Struct.new( :primary_value_display_type, :comparison, :arc_axis, :arc, :primary_value_font_configuration) SENSITIVE = [] include Aws::Structure end |