GetComponentPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the component.

Functions

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