TeamMember
public struct TeamMember : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
Declaration
Swift
public let projectRole: String
-
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
Declaration
Swift
public let remoteAccessAllowed: Bool?
-
The Amazon Resource Name (ARN) of the user in IAM.
Declaration
Swift
public let userArn: String
-
Undocumented
Declaration
Swift
public init(projectRole: String, remoteAccessAllowed: Bool? = nil, userArn: String)