UserSearchSummary

Information about the returned users.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the user.

Link copied to clipboard

The directory identifier of the user.

Link copied to clipboard

The identifier of the user's hierarchy group.

Link copied to clipboard
val id: String?

The identifier of the user's summary.

Link copied to clipboard

The user's first name and last name.

Link copied to clipboard

Contains information about the phone configuration settings for a user.

Link copied to clipboard

The identifier of the user's routing profile.

Link copied to clipboard

The identifiers of the user's security profiles.

Link copied to clipboard

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Link copied to clipboard

The name of the user.

Functions

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