UnmappedAttribute
public struct UnmappedAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The specific attribute that has been extracted but not mapped to an entity.
Declaration
Swift
public let attribute: Attribute?
-
The type of the attribute, could be one of the following values: “MEDICATION”, “MEDICAL_CONDITION”, “ANATOMY”, “TEST_AND_TREATMENT_PROCEDURE” or “PROTECTED_HEALTH_INFORMATION”.
Declaration
Swift
public let type: EntityType?
-
Undocumented
Declaration
Swift
public init(attribute: Attribute? = nil, type: EntityType? = nil)