CreateSchemaRequest

public struct CreateSchemaRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let content: String
  • Undocumented

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public let registryName: String
  • Undocumented

    Declaration

    Swift

    public let schemaName: String
  • Undocumented

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public let type: Type
  • Undocumented

    Declaration

    Swift

    public init(content: String, description: String? = nil, registryName: String, schemaName: String, tags: [String : String]? = nil, type: Type)
  • Declaration

    Swift

    public func validate(name: String) throws