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)

1990
1991
1992
1993
1994
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1990

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