GetCallerIdentityResponse

Contains the response to a successful GetCallerIdentity request, including information about the entity making the request.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID number of the account that owns or contains the calling entity.

Link copied to clipboard
val arn: String?

The Amazon Web Services ARN associated with the calling entity.

Link copied to clipboard

The unique identifier of the calling entity. The exact value depends on the type of entity that is making the call. The values returned are those listed in the aws:userid column in the Principal table found on the Policy Variables reference page in the IAM User Guide.

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