Class: Aws::Types::StartEventsDetectionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartEventsDetectionJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def job_id @job_id end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def job_status @job_status end |