GetCallerIdentityResponse class

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

Constructors

GetCallerIdentityResponse({String? account, String? arn, String? userId})
GetCallerIdentityResponse.fromXml(XmlElement elem)
factory

Properties

account String?
The AWS account ID number of the account that owns or contains the calling entity.
final
arn String?
The AWS ARN associated with the calling entity.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited