Class: Aws::ComprehendMedical::Types::StopPHIDetectionJobRequest

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 PHI detection job to stop.

Returns:

  • (String)


2032
2033
2034
2035
2036
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2032

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