AWSKMSGenerateDataKeyWithoutPlaintextResponse
Objective-C
@interface AWSKMSGenerateDataKeyWithoutPlaintextResponse
Swift
class AWSKMSGenerateDataKeyWithoutPlaintextResponse
-
The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
Declaration
Objective-C
@property (nonatomic, strong) NSData *_Nullable ciphertextBlob;Swift
var ciphertextBlob: Data? { get set } -
The Amazon Resource Name (key ARN) of the KMS key that encrypted the data key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;Swift
var keyId: String? { get set }
View on GitHub
Install in Dash
AWSKMSGenerateDataKeyWithoutPlaintextResponse Class Reference