Struct aws_sdk_codestar::output::UpdateTeamMemberOutput [−][src]
#[non_exhaustive]pub struct UpdateTeamMemberOutput {
pub user_arn: Option<String>,
pub project_role: Option<String>,
pub remote_access_allowed: Option<bool>,
}
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 whose team membership attributes were updated.
project_role: Option<String>
The project role granted to the user.
remote_access_allowed: Option<bool>
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
Implementations
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
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.
Creates a new builder-style object to manufacture UpdateTeamMemberOutput
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 UpdateTeamMemberOutput
impl Send for UpdateTeamMemberOutput
impl Sync for UpdateTeamMemberOutput
impl Unpin for UpdateTeamMemberOutput
impl UnwindSafe for UpdateTeamMemberOutput
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