GetEntityTypePlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The entity type ARN.

Functions

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