
com.pulumi.awsnative.kotlin.outputs.GetRegionResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property region
*/
public data class GetRegionResult(
public val region: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.outputs.GetRegionResult): GetRegionResult =
GetRegionResult(
region = javaType.region(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy