Class: Aws::Types::HumanEvaluationCustomMetric
- Inherits:
-
Object
- Object
- Aws::Types::HumanEvaluationCustomMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rating_method ⇒ ::String
Returns the value of attribute rating_method.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def name @name end |
#rating_method ⇒ ::String
Returns the value of attribute rating_method.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def @rating_method end |