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.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def created_at @created_at end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def job_id @job_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def status @status end |