GetAccountResult

data class GetAccountResult(val accountId: String? = null, val expiryEventsConfiguration: AccountExpiryEventsConfiguration? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, expiryEventsConfiguration: AccountExpiryEventsConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

ID of the AWS account that owns the certificate.

Link copied to clipboard

Object containing expiration events options associated with an AWS account . For more information, see ExpiryEventsConfiguration in the API reference.