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
- Struct
- Aws::STS::Types::FederatedUser
- Defined in:
- (unknown)
Overview
Identifiers for the federated user that is associated with the credentials.
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN that specifies the federated user that is associated with the credentials.
-
#federated_user_id ⇒ String
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
Instance Attribute Details
#arn ⇒ String
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.
#federated_user_id ⇒ String
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.