AWSSTSFederatedUser

Objective-C

@interface AWSSTSFederatedUser : AWSModel

Swift

class AWSSTSFederatedUser : AWSModel

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

Required parameters: [FederatedUserId, Arn]

  • arn

    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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable arn;

    Swift

    var arn: String? { get set }
  • The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable federatedUserId;

    Swift

    var federatedUserId: String? { get set }