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]

[src]

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

impl Debug for DisassociateTeamMemberRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DisassociateTeamMemberRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations