GetAccountPoolResponse

Types

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

Properties

Link copied to clipboard

The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.

Link copied to clipboard

The timestamp at which the account pool was created.

Link copied to clipboard

The user who created the account pool.

Link copied to clipboard

The description of the account pool.

Link copied to clipboard

The ID of the domain in which the account pool lives whose details are to be displayed.

Link copied to clipboard

The domain unit ID of the account pool.

Link copied to clipboard
val id: String?

The ID of the account pool.

Link copied to clipboard

The timestamp at which the account pool was last updated.

Link copied to clipboard
val name: String?

The name of the account pool.

Link copied to clipboard

The mechanism used to resolve the account selection from the account pool.

Link copied to clipboard

The user who last updated the account pool.

Functions

Link copied to clipboard
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