#[non_exhaustive]pub struct UpdateEnvironmentMembershipInput { /* private fields */ }
Implementations
sourceimpl UpdateEnvironmentMembershipInput
impl UpdateEnvironmentMembershipInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEnvironmentMembership, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEnvironmentMembership, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEnvironmentMembership
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEnvironmentMembershipInput
.
sourceimpl UpdateEnvironmentMembershipInput
impl UpdateEnvironmentMembershipInput
sourcepub fn environment_id(&self) -> Option<&str>
pub fn environment_id(&self) -> Option<&str>
The ID of the environment for the environment member whose settings you want to change.
sourcepub fn user_arn(&self) -> Option<&str>
pub fn user_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
sourcepub fn permissions(&self) -> Option<&MemberPermissions>
pub fn permissions(&self) -> Option<&MemberPermissions>
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
-
read-only
: Has read-only access to the environment. -
read-write
: Has read-write access to the environment.
Trait Implementations
sourceimpl Clone for UpdateEnvironmentMembershipInput
impl Clone for UpdateEnvironmentMembershipInput
sourcefn clone(&self) -> UpdateEnvironmentMembershipInput
fn clone(&self) -> UpdateEnvironmentMembershipInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UpdateEnvironmentMembershipInput> for UpdateEnvironmentMembershipInput
impl PartialEq<UpdateEnvironmentMembershipInput> for UpdateEnvironmentMembershipInput
sourcefn eq(&self, other: &UpdateEnvironmentMembershipInput) -> bool
fn eq(&self, other: &UpdateEnvironmentMembershipInput) -> bool
impl StructuralPartialEq for UpdateEnvironmentMembershipInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateEnvironmentMembershipInput
impl Send for UpdateEnvironmentMembershipInput
impl Sync for UpdateEnvironmentMembershipInput
impl Unpin for UpdateEnvironmentMembershipInput
impl UnwindSafe for UpdateEnvironmentMembershipInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more