UserIndexCapacity

A summary of a user's index capacity consumption.

Types

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

Properties

Link copied to clipboard

The email address of the user.

Link copied to clipboard
val kbCount: Int?

The number of knowledge bases owned by the user.

Link copied to clipboard
val role: String?

The role of the user.

Link copied to clipboard

The number of spaces owned by the user.

Link copied to clipboard

The total index capacity consumed by the user in bytes.

Link copied to clipboard

The total index capacity consumed by the user's knowledge bases in bytes.

Link copied to clipboard

The total index capacity consumed by the user's spaces in bytes.

Link copied to clipboard

The ARN of the user.

Link copied to clipboard

The username of the user.

Functions

Link copied to clipboard
inline fun copy(block: UserIndexCapacity.Builder.() -> Unit = {}): UserIndexCapacity
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