Class: Aws::ComprehendMedical::Types::StopEntitiesDetectionV2JobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the medical entities job to stop.

Returns:

  • (String)


1982
1983
1984
1985
1986
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1982

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