All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.robomaker.kotlin.outputs.GetSimulationApplicationVersionResult.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.robomaker.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property applicationVersion The simulation application version.
 * @property arn The Amazon Resource Name (ARN) of the simulation application version.
 */
public data class GetSimulationApplicationVersionResult(
    public val applicationVersion: String? = null,
    public val arn: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.robomaker.outputs.GetSimulationApplicationVersionResult): GetSimulationApplicationVersionResult = GetSimulationApplicationVersionResult(
            applicationVersion = javaType.applicationVersion().map({ args0 -> args0 }).orElse(null),
            arn = javaType.arn().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy