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

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

#labelsArray<Types::EntityLabel>

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

Returns:



939
940
941
942
943
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 939

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