You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An attribute that we extracted, but were unable to relate to an entity.

Instance Attribute Summary collapse

Instance Attribute Details

#attributeTypes::Attribute

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

Returns:

  • (Types::Attribute)

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

#typeString

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

Possible values:

  • MEDICATION
  • MEDICAL_CONDITION
  • PROTECTED_HEALTH_INFORMATION
  • TEST_TREATMENT_PROCEDURE
  • ANATOMY
  • TIME_EXPRESSION

Returns:

  • (String)

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