Class: Aws::Comprehend::Types::ContainsPiiEntitiesResponse

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

#labelsArray<Types::EntityLabel>

The labels used in the document being analyzed. Individual labels represent personally identifiable information (PII) entity types.

Returns:


910
911
912
913
914
# File 'lib/aws-sdk-comprehend/types.rb', line 910

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