OBSEncryptionTypeKMS Class Reference Inherits from OBSAbstractEncryption : OBSBaseEntity : OBSAbstractModel : OBSMTLModel Declared in OBSServiceCommonEntities.hOBSServiceCommonEntities.m Overview KMS encryption mode Other Methods – initWithKeyID: Initialize the KMS encryption mode. - (instancetype)initWithKeyID:(NSString *)keyID Parameters keyID Master key Return Value KMS encryption mode Declared In OBSServiceCommonEntities.h Other Methods serverSideEncryption Encryption mode @property (nonatomic, strong, nonnull) NSString *serverSideEncryption Declared In OBSServiceCommonEntities.h serverSideEncryptionAwsKmsKeyID Master key @property (nonatomic, strong, nullable) NSString *serverSideEncryptionAwsKmsKeyID Declared In OBSServiceCommonEntities.h