GetPublicKeyPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Key-pair identifier.

Functions

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