SSEType

public enum SSEType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case aes256 = "AES256"
  • kms

    Undocumented

    Declaration

    Swift

    case kms = "KMS"
  • Declaration

    Swift

    public var description: String { get }