Class: Aws::Comprehend::Types::StopEntitiesDetectionJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the entities detection job to stop.

Returns:

  • (String)


7893
7894
7895
7896
7897
# File 'lib/aws-sdk-comprehend/types.rb', line 7893

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