Class: Aws::Comprehend::Types::StopEventsDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopEventsDetectionJobRequest
- 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.
Instance Attribute Details
#job_id ⇒ String
The identifier of the events detection job to stop.
7924 7925 7926 7927 7928 |
# File 'lib/aws-sdk-comprehend/types.rb', line 7924 class StopEventsDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |