GetVariablePlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The ARN of the variable.

Functions

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