ScheduleKeyDeletionResponse
public struct ScheduleKeyDeletionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time after which AWS KMS deletes the customer master key (CMK).
Declaration
Swift
public let deletionDate: TimeStamp? -
The Amazon Resource Name (key ARN) of the CMK whose deletion is scheduled.
Declaration
Swift
public let keyId: String? -
Undocumented
Declaration
Swift
public init(deletionDate: TimeStamp? = nil, keyId: String? = nil)
View on GitHub
ScheduleKeyDeletionResponse Structure Reference