FederatedUser
public struct FederatedUser : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let arn: String
-
The string that identifies the federated user associated with the credentials, similar to the unique ID of an IAM user.
Declaration
Swift
public let federatedUserId: String
-
Undocumented
Declaration
Swift
public init(arn: String, federatedUserId: String)