Class: Aws::Types::CancelEnrichmentJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelEnrichmentJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
640 641 642 |
# File 'sig/types.rbs', line 640 def job_id @job_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
641 642 643 |
# File 'sig/types.rbs', line 641 def status @status end |