GetHookVersionPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the type, here the HookVersion. This is used to uniquely identify a HookVersion resource

Functions

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