AWSFirehoseNoEncryptionConfig
Objective-C
NS_ENUM(NSInteger, AWSFirehoseNoEncryptionConfig) {
AWSFirehoseNoEncryptionConfigUnknown,
AWSFirehoseNoEncryptionConfigNoEncryption,
}
Swift
enum AWSFirehoseNoEncryptionConfig : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSFirehoseNoEncryptionConfigUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSFirehoseNoEncryptionConfigNoEncryption
Swift
case noEncryption = 1