![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.kotlin.outputs.GetUrlSuffixResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property urlSuffix
*/
public data class GetUrlSuffixResult(
public val urlSuffix: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.outputs.GetUrlSuffixResult): GetUrlSuffixResult = GetUrlSuffixResult(
urlSuffix = javaType.urlSuffix(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy