Class: Aws::Types::EvaluationConfig
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Automated, Human, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated ⇒ Types::AutomatedEvaluationConfig
Returns the value of attribute automated.
-
#human ⇒ Types::HumanEvaluationConfig
Returns the value of attribute human.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#automated ⇒ Types::AutomatedEvaluationConfig
Returns the value of attribute automated.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def automated @automated end |
#human ⇒ Types::HumanEvaluationConfig
Returns the value of attribute human.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def human @human end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def unknown @unknown end |