Class GetCallerIdentityResult
Inheritance
System.Object
GetCallerIdentityResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetCallerIdentityResult
Fields
View SourceAccountId
The AWS Account ID number of the account that owns or contains the calling entity.
Declaration
public readonly string AccountId
Field Value
| Type | Description |
|---|---|
| System.String |
Arn
The AWS ARN associated with the calling entity.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
UserId
The unique identifier of the calling entity.
Declaration
public readonly string UserId
Field Value
| Type | Description |
|---|---|
| System.String |