TypedLinkFacet
public struct TypedLinkFacet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A set of key-value pairs associated with the typed link. Typed link attributes are used when you have data values that are related to the link itself, and not to one of the two objects being linked. Identity attributes also serve to distinguish the link from others of the same type between the same objects.
Declaration
Swift
public let attributes: [TypedLinkAttributeDefinition]
-
The set of attributes that distinguish links made from this facet from each other, in the order of significance. Listing typed links can filter on the values of these attributes. See ListOutgoingTypedLinks and ListIncomingTypedLinks for details.
Declaration
Swift
public let identityAttributeOrder: [String]
-
The unique name of the typed link facet.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(attributes: [TypedLinkAttributeDefinition], identityAttributeOrder: [String], name: String)
-
Declaration
Swift
public func validate(name: String) throws