EncryptionKeyType

public enum EncryptionKeyType : String, CustomStringConvertible, Codable

Undocumented

  • kms

    Undocumented

    Declaration

    Swift

    case kms = "KMS"
  • Declaration

    Swift

    public var description: String { get }