Class: Aws::Comprehend::Types::DescribeEntitiesDetectionJobResponse

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

#entities_detection_job_propertiesTypes::EntitiesDetectionJobProperties

An object that contains the properties associated with an entities detection job.



2046
2047
2048
2049
2050
# File 'lib/aws-sdk-comprehend/types.rb', line 2046

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