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)

2040
2041
2042
2043
2044
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2040

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