You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeStar::Types::DisassociateTeamMemberRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisassociateTeamMemberRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  project_id: "ProjectId", # required
  user_arn: "UserArn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

The ID of the AWS CodeStar project from which you want to remove a team member.

Returns:

  • (String)

    The ID of the AWS CodeStar project from which you want to remove a team member.

#user_arnString

The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.