Class: Aws::Comprehend::Types::StopEventsDetectionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopEventsDetectionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the events detection job to stop.
-
#job_status ⇒ String
The status of the events detection job.
Instance Attribute Details
#job_id ⇒ String
The identifier of the events detection job to stop.
7940 7941 7942 7943 7944 7945 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7940 class StopEventsDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the events detection job.
7940 7941 7942 7943 7944 7945 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7940 class StopEventsDetectionJobResponse < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |