TypedLinkSchemaAndFacetName

public struct TypedLinkSchemaAndFacetName : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

    Declaration

    Swift

    public let schemaArn: String
  • The unique name of the typed link facet.

    Declaration

    Swift

    public let typedLinkName: String
  • Undocumented

    Declaration

    Swift

    public init(schemaArn: String, typedLinkName: String)
  • Declaration

    Swift

    public func validate(name: String) throws