GetReceivedLicensePlainArgs

data class GetReceivedLicensePlainArgs(val licenseArn: String) : ConvertibleToJava<GetReceivedLicensePlainArgs>

A collection of arguments for invoking getReceivedLicense.

Constructors

Link copied to clipboard
constructor(licenseArn: String)

Properties

Link copied to clipboard

The ARN of the received license you want data for.

Functions

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