com.pulumi.vault.transform.kotlin.outputs.GetDecodeResult.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-vault-kotlin Show documentation
Show all versions of pulumi-vault-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.vault.transform.kotlin.outputs
import kotlin.Any
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
/**
* A collection of values returned by getDecode.
* @property batchInputs
* @property batchResults
* @property decodedValue
* @property id The provider-assigned unique ID for this managed resource.
* @property namespace
* @property path
* @property roleName
* @property transformation
* @property tweak
* @property value
*/
public data class GetDecodeResult(
public val batchInputs: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy