UpdateTeamMemberResult
public struct UpdateTeamMemberResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The project role granted to the user.
Declaration
Swift
public let projectRole: String? -
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user’s profile.
Declaration
Swift
public let remoteAccessAllowed: Bool? -
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
Declaration
Swift
public let userArn: String? -
Undocumented
Declaration
Swift
public init(projectRole: String? = nil, remoteAccessAllowed: Bool? = nil, userArn: String? = nil)
View on GitHub
UpdateTeamMemberResult Structure Reference