Class: Aws::Types::StartEntitiesDetectionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartEntitiesDetectionJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
Instance Attribute Details
#entity_recognizer_arn ⇒ ::String
Returns the value of attribute entity_recognizer_arn.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def entity_recognizer_arn @entity_recognizer_arn end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def job_status @job_status end |