PutLexiconInput

public struct PutLexiconInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Content of the PLS lexicon as string data.

    Declaration

    Swift

    public let content: String
  • Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws