DeleteSecret

@JsonSerializable
data class DeleteSecret(val SecretId: SecretId, val ForceDeleteWithoutRecovery: Boolean? = null, val RecoveryWindowInDays: Int? = null) : SecretsManagerAction<DeletedSecret>

Constructors

Link copied to clipboard
constructor(SecretId: SecretId, ForceDeleteWithoutRecovery: Boolean? = null, RecoveryWindowInDays: Int? = null)

Properties

Link copied to clipboard
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<DeletedSecret, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri