CreateTypedLinkFacetRequest
public struct CreateTypedLinkFacetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Facet structure that is associated with the typed link facet.
Declaration
Swift
public let facet: TypedLinkFacet
-
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
Declaration
Swift
public let schemaArn: String
-
Undocumented
Declaration
Swift
public init(facet: TypedLinkFacet, schemaArn: String)
-
Declaration
Swift
public func validate(name: String) throws