DisassociateTeamMemberRequest
public struct DisassociateTeamMemberRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AWS CodeStar project from which you want to remove a team member.
Declaration
Swift
public let projectId: String
-
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
Declaration
Swift
public let userArn: String
-
Undocumented
Declaration
Swift
public init(projectId: String, userArn: String)
-
Declaration
Swift
public func validate(name: String) throws