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.
7261 7262 7263 |
# File 'sig/types.rbs', line 7261 def field_wells @field_wells end |
#interactions ⇒ Types::VisualInteractionOptions
Returns the value of attribute interactions.
7264 7265 7266 |
# File 'sig/types.rbs', line 7264 def interactions @interactions end |
#kpi_options ⇒ Types::KPIOptions
Returns the value of attribute kpi_options.
7263 7264 7265 |
# File 'sig/types.rbs', line 7263 def @kpi_options end |
#sort_configuration ⇒ Types::KPISortConfiguration
Returns the value of attribute sort_configuration.
7262 7263 7264 |
# File 'sig/types.rbs', line 7262 def sort_configuration @sort_configuration end |