AWSKMSGenerateRandomResponse
Objective-C
@interface AWSKMSGenerateRandomResponse
Swift
class AWSKMSGenerateRandomResponse
-
The random byte string. 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 plaintext;
Swift
var plaintext: Data? { get set }