Class: Aws::ComprehendMedical::Types::UnmappedAttribute

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb

Overview

An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeTypes::Attribute

The specific attribute that has been extracted but not mapped to an entity.

Returns:



2167
2168
2169
2170
2171
2172
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2167

class UnmappedAttribute < Struct.new(
  :type,
  :attribute)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".

Returns:

  • (String)


2167
2168
2169
2170
2171
2172
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2167

class UnmappedAttribute < Struct.new(
  :type,
  :attribute)
  SENSITIVE = []
  include Aws::Structure
end