GetSecretPlainArgs

data class GetSecretPlainArgs(val secrets: List<GetSecretSecret>) : ConvertibleToJava<GetSecretPlainArgs>

A collection of arguments for invoking getSecret.

Constructors

Link copied to clipboard
constructor(secrets: List<GetSecretSecret>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): GetSecretPlainArgs