Class: Aws::QuickSight::Types::KPIConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_wells ⇒ Types::KPIFieldWells
The field well configuration of a KPI visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
-
#kpi_options ⇒ Types::KPIOptions
The options that determine the presentation of a KPI visual.
-
#sort_configuration ⇒ Types::KPISortConfiguration
The sort configuration of a KPI visual.
Instance Attribute Details
#field_wells ⇒ Types::KPIFieldWells
The field well configuration of a KPI visual.
18398 18399 18400 18401 18402 18403 18404 18405 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18398 class KPIConfiguration < Struct.new( :field_wells, :sort_configuration, :kpi_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
18398 18399 18400 18401 18402 18403 18404 18405 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18398 class KPIConfiguration < Struct.new( :field_wells, :sort_configuration, :kpi_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#kpi_options ⇒ Types::KPIOptions
The options that determine the presentation of a KPI visual.
18398 18399 18400 18401 18402 18403 18404 18405 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18398 class KPIConfiguration < Struct.new( :field_wells, :sort_configuration, :kpi_options, :interactions) SENSITIVE = [] include Aws::Structure end |
#sort_configuration ⇒ Types::KPISortConfiguration
The sort configuration of a KPI visual.
18398 18399 18400 18401 18402 18403 18404 18405 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18398 class KPIConfiguration < Struct.new( :field_wells, :sort_configuration, :kpi_options, :interactions) SENSITIVE = [] include Aws::Structure end |