Struct aws_sdk_codestar::input::UpdateTeamMemberInput
source · #[non_exhaustive]pub struct UpdateTeamMemberInput { /* private fields */ }
Implementations§
source§impl UpdateTeamMemberInput
impl UpdateTeamMemberInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTeamMember, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTeamMember, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateTeamMember
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTeamMemberInput
.
source§impl UpdateTeamMemberInput
impl UpdateTeamMemberInput
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The ID of the project.
sourcepub fn user_arn(&self) -> Option<&str>
pub fn user_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
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 a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
Trait Implementations§
source§impl Clone for UpdateTeamMemberInput
impl Clone for UpdateTeamMemberInput
source§fn clone(&self) -> UpdateTeamMemberInput
fn clone(&self) -> UpdateTeamMemberInput
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 UpdateTeamMemberInput
impl Debug for UpdateTeamMemberInput
source§impl PartialEq<UpdateTeamMemberInput> for UpdateTeamMemberInput
impl PartialEq<UpdateTeamMemberInput> for UpdateTeamMemberInput
source§fn eq(&self, other: &UpdateTeamMemberInput) -> bool
fn eq(&self, other: &UpdateTeamMemberInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.