CreateSchemaRequest

public struct CreateSchemaRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name for the schema.

    Declaration

    Swift

    public let name: String
  • A schema in Avro JSON format.

    Declaration

    Swift

    public let schema: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, schema: String)
  • Declaration

    Swift

    public func validate(name: String) throws