Struct rusoto_codestar::TeamMember [] [src]

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

Information about a team member in a project.

Fields

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

Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

The Amazon Resource Name (ARN) of the user in IAM.

Trait Implementations

impl Default for TeamMember
[src]

[src]

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

impl Debug for TeamMember
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TeamMember
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TeamMember

impl Sync for TeamMember