AWSKMSScheduleKeyDeletionResponse
Objective-C
@interface AWSKMSScheduleKeyDeletionResponse
Swift
class AWSKMSScheduleKeyDeletionResponse
-
The date and time after which AWS KMS deletes the customer master key (CMK).
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable deletionDate;
Swift
var deletionDate: Date? { get set }
-
The Amazon Resource Name (key ARN) of the CMK whose deletion is scheduled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyId;
Swift
var keyId: String? { get set }