You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::STS::Types::GetCallerIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetCallerIdentityResponse
- Defined in:
- (unknown)
Overview
Contains the response to a successful GetCallerIdentity request, including information about the entity making the request.
Returned by:
Instance Attribute Summary collapse
-
#account ⇒ String
The AWS account ID number of the account that owns or contains the calling entity.
-
#arn ⇒ String
The AWS ARN associated with the calling entity.
-
#user_id ⇒ String
The unique identifier of the calling entity.
Instance Attribute Details
#account ⇒ String
The AWS account ID number of the account that owns or contains the calling entity.
#arn ⇒ String
The AWS ARN associated with the calling entity.
#user_id ⇒ 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.