Class: Aws::ComprehendMedical::Types::StopPHIDetectionJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/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 that was stopped.

Returns:

  • (String)


2044
2045
2046
2047
2048
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2044

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