Class: Aws::Comprehend::Types::StopPiiEntitiesDetectionJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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)


7984
7985
7986
7987
7988
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 7984

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