AccountReference

A reference to an AWS account, with optional display metadata.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The AWS account ID.

Link copied to clipboard

The email address associated with the account.

Link copied to clipboard
val name: String?

The display name of the account.

Functions

Link copied to clipboard
inline fun copy(block: AccountReference.Builder.() -> Unit = {}): AccountReference
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String