EntityInfo

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

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). ARNs are unique identifiers for Amazon Web Services resources.

Link copied to clipboard
val id: String

The identifier of the entity (user or role).

Link copied to clipboard

The name of the entity (user or role).

Link copied to clipboard
val path: String?

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The type of entity (user or role).

Functions

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