AttachTypedLinkRequest
public struct AttachTypedLinkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A set of attributes that are associated with the typed link.
Declaration
Swift
public let attributes: [AttributeNameAndValue]
-
The Amazon Resource Name (ARN) of the directory where you want to attach the typed link.
Declaration
Swift
public let directoryArn: String
-
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(attributes: [AttributeNameAndValue], directoryArn: String, sourceObjectReference: ObjectReference, targetObjectReference: ObjectReference, typedLinkFacet: TypedLinkSchemaAndFacetName)
-
Declaration
Swift
public func validate(name: String) throws