GetTrustStoreRevocationPlainArgs

data class GetTrustStoreRevocationPlainArgs(val revocationId: Int, val trustStoreArn: String) : ConvertibleToJava<GetTrustStoreRevocationPlainArgs>

Constructors

Link copied to clipboard
constructor(revocationId: Int, trustStoreArn: String)

Properties

Link copied to clipboard

The ID associated with the revocation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the trust store.

Functions

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