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.
19356 19357 19358 19359 19360 19361 19362 19363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19356 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.
19356 19357 19358 19359 19360 19361 19362 19363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19356 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.
19356 19357 19358 19359 19360 19361 19362 19363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19356 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.
19356 19357 19358 19359 19360 19361 19362 19363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19356 class KPIConfiguration < Struct.new( :field_wells, :sort_configuration, :kpi_options, :interactions) SENSITIVE = [] include Aws::Structure end |