GetSimulationApplicationVersionPlainArgs

data class GetSimulationApplicationVersionPlainArgs(val arn: String) : ConvertibleToJava<GetSimulationApplicationVersionPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the simulation application version.

Functions

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