Struct rusoto_codestar::UpdateTeamMemberResult [] [src]

pub struct UpdateTeamMemberResult {
    pub project_role: Option<String>,
    pub remote_access_allowed: Option<bool>,
    pub user_arn: Option<String>,
}

Fields

The project role granted to the user.

Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.

The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.

Trait Implementations

impl Default for UpdateTeamMemberResult
[src]

[src]

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

impl Debug for UpdateTeamMemberResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateTeamMemberResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more