S3ServerSideEncryptionType
public enum S3ServerSideEncryptionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case serverSideEncryptionS3 = "SERVER_SIDE_ENCRYPTION_S3"
-
Undocumented
Declaration
Swift
case serverSideEncryptionKms = "SERVER_SIDE_ENCRYPTION_KMS"
-
Declaration
Swift
public var description: String { get }