class Aws::CodeStar::Types::UpdateTeamMemberRequest

@note When making an API call, you may pass UpdateTeamMemberRequest

data as a hash:

    {
      project_id: "ProjectId", # required
      user_arn: "UserArn", # required
      project_role: "Role",
      remote_access_allowed: false,
    }

@!attribute [rw] project_id

The ID of the project.
@return [String]

@!attribute [rw] user_arn

The Amazon Resource Name (ARN) of the user for whom you want to
change team membership attributes.
@return [String]

@!attribute [rw] project_role

The role assigned to the user in the project. Project roles have
different levels of access. For more information, see [Working with
Teams][1] in the *AWS CodeStar User Guide*.

[1]: http://docs.aws.amazon.com/codestar/latest/userguide/working-with-teams.html
@return [String]

@!attribute [rw] remote_access_allowed

Whether a team member is allowed to remotely access project
resources using the SSH public key associated with the user's
profile. Even if this is set to True, the user must associate a
public key with their profile before the user can access resources.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/UpdateTeamMemberRequest AWS API Documentation

Constants

SENSITIVE