AWSKMSCreateKeyResponse
Objective-C
@interface AWSKMSCreateKeyResponse
Swift
class AWSKMSCreateKeyResponse
-
Metadata associated with the KMS key.
Declaration
Objective-C
@property (nonatomic, strong) AWSKMSKeyMetadata *_Nullable keyMetadata;
Swift
var keyMetadata: AWSKMSKeyMetadata? { get set }