Class: Aws::Comprehend::Types::StopEventsDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopEventsDetectionJobRequest
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Note:
When making an API call, you may pass StopEventsDetectionJobRequest data as a hash:
{
job_id: "JobId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier of the events detection job to stop.
Instance Attribute Details
#job_id ⇒ String
The identifier of the events detection job to stop.
7108 7109 7110 7111 7112 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7108 class StopEventsDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |