Class: Aws::Comprehend::Types::StopPiiEntitiesDetectionJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identifier of the PII entities detection job to stop.

Returns:

  • (String)


8000
8001
8002
8003
8004
8005
# File 'lib/aws-sdk-comprehend/types.rb', line 8000

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

#job_statusString

The status of the PII entities detection job.

Returns:

  • (String)


8000
8001
8002
8003
8004
8005
# File 'lib/aws-sdk-comprehend/types.rb', line 8000

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