Struct rusoto_codestar::DisassociateTeamMemberRequest[][src]

pub struct DisassociateTeamMemberRequest {
    pub project_id: String,
    pub user_arn: String,
}

Fields

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

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

Trait Implementations

impl Default for DisassociateTeamMemberRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DisassociateTeamMemberRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DisassociateTeamMemberRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DisassociateTeamMemberRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations