Struct aws_sdk_codestar::model::TeamMember
source · [−]#[non_exhaustive]pub struct TeamMember {
pub user_arn: Option<String>,
pub project_role: Option<String>,
pub remote_access_allowed: Option<bool>,
}
Expand description
Information about a team member in a project.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.user_arn: Option<String>
The Amazon Resource Name (ARN) of the user in IAM.
project_role: Option<String>
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.
remote_access_allowed: Option<bool>
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
Implementations
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.
Creates a new builder-style object to manufacture TeamMember
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TeamMember
impl Send for TeamMember
impl Sync for TeamMember
impl Unpin for TeamMember
impl UnwindSafe for TeamMember
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more