Class: Aws::Comprehend::Types::ContainsPiiEntitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ContainsPiiEntitiesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#labels ⇒ Array<Types::EntityLabel>
The labels used in the document being analyzed.
Instance Attribute Details
#labels ⇒ Array<Types::EntityLabel>
The labels used in the document being analyzed. Individual labels represent personally identifiable information (PII) entity types.
939 940 941 942 943 |
# File 'lib/aws-sdk-comprehend/types.rb', line 939 class ContainsPiiEntitiesResponse < Struct.new( :labels) SENSITIVE = [] include Aws::Structure end |