Class: Aws::Types::EvaluationFormMetricConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormMetricConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#metric_type ⇒ "BUSINESS_OUTCOME"
Returns the value of attribute metric_type.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def metric_name @metric_name end |
#metric_type ⇒ "BUSINESS_OUTCOME"
Returns the value of attribute metric_type.
3544 3545 3546 |
# File 'sig/types.rbs', line 3544 def metric_type @metric_type end |