Class: Aws::Types::AutoEvaluationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AutoEvaluationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
-
#auto_evaluation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute auto_evaluation_status.
Instance Attribute Details
#auto_evaluation_enabled ⇒ Boolean
Returns the value of attribute auto_evaluation_enabled.
580 581 582 |
# File 'sig/types.rbs', line 580 def auto_evaluation_enabled @auto_evaluation_enabled end |
#auto_evaluation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute auto_evaluation_status.
581 582 583 |
# File 'sig/types.rbs', line 581 def auto_evaluation_status @auto_evaluation_status end |