GetSchemaPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name for the Schema.

Functions

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