Class: Aws::Types::CreateEnrichmentJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnrichmentJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def created_at @created_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def job_id @job_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def status @status end |