GetComponentVersionPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The ARN of the component version.

Functions

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