Class: Aws::Comprehend::Types::StopSentimentDetectionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopSentimentDetectionJobRequest
- 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 sentiment detection job to stop.
Instance Attribute Details
#job_id ⇒ String
The identifier of the sentiment detection job to stop.
8013 8014 8015 8016 8017 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8013 class StopSentimentDetectionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |