Class: Aws::Types::KPIConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KPIConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_wells ⇒ Types::KPIFieldWells
Returns the value of attribute field_wells.
-
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
-
#kpi_options ⇒ Types::KPIOptions
Returns the value of attribute kpi_options.
-
#sort_configuration ⇒ Types::KPISortConfiguration
Returns the value of attribute sort_configuration.
Instance Attribute Details
#field_wells ⇒ Types::KPIFieldWells
Returns the value of attribute field_wells.
6995 6996 6997 |
# File 'sig/types.rbs', line 6995 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
6998 6999 7000 |
# File 'sig/types.rbs', line 6998 def interactions @interactions end |
#kpi_options ⇒ Types::KPIOptions
Returns the value of attribute kpi_options.
6997 6998 6999 |
# File 'sig/types.rbs', line 6997 def @kpi_options end |
#sort_configuration ⇒ Types::KPISortConfiguration
Returns the value of attribute sort_configuration.
6996 6997 6998 |
# File 'sig/types.rbs', line 6996 def sort_configuration @sort_configuration end |