Class: Aws::Comprehend::Types::DescribePiiEntitiesDetectionJobRequest

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 that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Returns:

  • (String)


2187
2188
2189
2190
2191
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2187

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