Class: Aws::Comprehend::Types::StopKeyPhrasesDetectionJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the key phrases detection job to stop.

Returns:

  • (String)


7953
7954
7955
7956
7957
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7953

class StopKeyPhrasesDetectionJobRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end