You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::STS::Types::FederatedUser

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Identifiers for the federated user that is associated with the credentials.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN that specifies the federated user that is associated with the credentials. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String)

    The ARN that specifies the federated user that is associated with the credentials.

#federated_user_idString

The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.

Returns:

  • (String)

    The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.