GetLicenseEndpointPlainArgs

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

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the license endpoint.

Functions

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