Class: Aws::Types::BatchDeleteEvaluationJobItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteEvaluationJobItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_identifier ⇒ ::String
Returns the value of attribute job_identifier.
-
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
Instance Attribute Details
#job_identifier ⇒ ::String
Returns the value of attribute job_identifier.
847 848 849 |
# File 'sig/types.rbs', line 847 def job_identifier @job_identifier end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
848 849 850 |
# File 'sig/types.rbs', line 848 def job_status @job_status end |