PutSecretValue

Constructors

Link copied to clipboard
constructor(SecretId: SecretId, ClientRequestToken: UUID, SecretString: String, VersionStages: List<VersionStage>? = null)
constructor(SecretId: SecretId, ClientRequestToken: UUID, SecretBinary: Base64Blob, VersionStages: List<VersionStage>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val SecretString: String? = null
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<UpdatedSecretValue, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri