Struct aws_sdk_cloud9::operation::update_environment_membership::UpdateEnvironmentMembershipInput
source · #[non_exhaustive]pub struct UpdateEnvironmentMembershipInput { /* private fields */ }Implementations§
source§impl 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.
source§impl UpdateEnvironmentMembershipInput
impl UpdateEnvironmentMembershipInput
sourcepub fn builder() -> UpdateEnvironmentMembershipInputBuilder
pub fn builder() -> UpdateEnvironmentMembershipInputBuilder
Creates a new builder-style object to manufacture UpdateEnvironmentMembershipInput.
source§impl 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>
Trait Implementations§
source§impl Clone for UpdateEnvironmentMembershipInput
impl Clone for UpdateEnvironmentMembershipInput
source§fn clone(&self) -> UpdateEnvironmentMembershipInput
fn clone(&self) -> UpdateEnvironmentMembershipInput
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 PartialEq<UpdateEnvironmentMembershipInput> for UpdateEnvironmentMembershipInput
impl PartialEq<UpdateEnvironmentMembershipInput> for UpdateEnvironmentMembershipInput
source§fn eq(&self, other: &UpdateEnvironmentMembershipInput) -> bool
fn eq(&self, other: &UpdateEnvironmentMembershipInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.