GetAccountPlainArgs

data class GetAccountPlainArgs(val accountId: String) : ConvertibleToJava<GetAccountPlainArgs>

Constructors

Link copied to clipboard
constructor(accountId: String)

Properties

Link copied to clipboard

ID of the AWS account that owns the certificate.

Functions

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