GetServerPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Specifies the unique Amazon Resource Name (ARN) of the server.

Functions

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