ScheduleKeyDeletion

@JsonSerializable
data class ScheduleKeyDeletion(val KeyId: KMSKeyId, val PendingWindowInDays: Int? = null) : KMSAction<KeyDeletionSchedule>

Constructors

Link copied to clipboard
constructor(KeyId: KMSKeyId, PendingWindowInDays: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<KeyDeletionSchedule, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri