GetCallerIdentityResponse

public struct GetCallerIdentityResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID number of the account that owns or contains the calling entity.

    Declaration

    Swift

    public let account: String?
  • arn

    The AWS ARN associated with the calling entity.

    Declaration

    Swift

    public let arn: 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.

    Declaration

    Swift

    public let userId: String?
  • Undocumented

    Declaration

    Swift

    public init(account: String? = nil, arn: String? = nil, userId: String? = nil)