TypedLinkSpecifier
public struct TypedLinkSpecifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Identifies the attribute value to update.
Declaration
Swift
public let identityAttributeValues: [AttributeNameAndValue] -
Identifies the source object that the typed link will attach to.
Declaration
Swift
public let sourceObjectReference: ObjectReference -
Identifies the target object that the typed link will attach to.
Declaration
Swift
public let targetObjectReference: ObjectReference -
Identifies the typed link facet that is associated with the typed link.
Declaration
Swift
public let typedLinkFacet: TypedLinkSchemaAndFacetName -
Undocumented
Declaration
Swift
public init(identityAttributeValues: [AttributeNameAndValue], sourceObjectReference: ObjectReference, targetObjectReference: ObjectReference, typedLinkFacet: TypedLinkSchemaAndFacetName) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TypedLinkSpecifier Structure Reference