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

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

Overview

An attribute that was extracted, but 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:


2175
2176
2177
2178
2179
2180
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2175

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)

2175
2176
2177
2178
2179
2180
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2175

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