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)

7890
7891
7892
7893
7894
7895
# File 'lib/aws-sdk-comprehend/types.rb', line 7890

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)

7890
7891
7892
7893
7894
7895
# File 'lib/aws-sdk-comprehend/types.rb', line 7890

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