Struct aws_sdk_codestar::model::TeamMember
source · #[non_exhaustive]pub struct TeamMember { /* private fields */ }
Expand description
Information about a team member in a project.
Implementations§
source§impl TeamMember
impl TeamMember
sourcepub fn project_role(&self) -> Option<&str>
pub fn project_role(&self) -> Option<&str>
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.
sourcepub fn remote_access_allowed(&self) -> Option<bool>
pub fn remote_access_allowed(&self) -> Option<bool>
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
source§impl TeamMember
impl TeamMember
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TeamMember
.
Trait Implementations§
source§impl Clone for TeamMember
impl Clone for TeamMember
source§fn clone(&self) -> TeamMember
fn clone(&self) -> TeamMember
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TeamMember
impl Debug for TeamMember
source§impl PartialEq<TeamMember> for TeamMember
impl PartialEq<TeamMember> for TeamMember
source§fn eq(&self, other: &TeamMember) -> bool
fn eq(&self, other: &TeamMember) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.