AWSFirehoseNoEncryptionConfig
Objective-C
NS_ENUM(NSInteger, AWSFirehoseNoEncryptionConfig) {
AWSFirehoseNoEncryptionConfigUnknown,
AWSFirehoseNoEncryptionConfigNoEncryption,
}
Swift
enum AWSFirehoseNoEncryptionConfig : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSFirehoseNoEncryptionConfigUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSFirehoseNoEncryptionConfigNoEncryptionSwift
case noEncryption = 1
View on GitHub
Install in Dash
AWSFirehoseNoEncryptionConfig Enumeration Reference