Struct aws_sdk_cloud9::operation::delete_environment_membership::DeleteEnvironmentMembershipInput
source · #[non_exhaustive]pub struct DeleteEnvironmentMembershipInput {
pub environment_id: Option<String>,
pub user_arn: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.environment_id: Option<String>
The ID of the environment to delete the environment member from.
user_arn: Option<String>
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
Implementations§
source§impl DeleteEnvironmentMembershipInput
impl DeleteEnvironmentMembershipInput
sourcepub fn builder() -> DeleteEnvironmentMembershipInputBuilder
pub fn builder() -> DeleteEnvironmentMembershipInputBuilder
Creates a new builder-style object to manufacture DeleteEnvironmentMembershipInput
.
Trait Implementations§
source§impl Clone for DeleteEnvironmentMembershipInput
impl Clone for DeleteEnvironmentMembershipInput
source§fn clone(&self) -> DeleteEnvironmentMembershipInput
fn clone(&self) -> DeleteEnvironmentMembershipInput
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 for DeleteEnvironmentMembershipInput
impl PartialEq for DeleteEnvironmentMembershipInput
source§fn eq(&self, other: &DeleteEnvironmentMembershipInput) -> bool
fn eq(&self, other: &DeleteEnvironmentMembershipInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteEnvironmentMembershipInput
Auto Trait Implementations§
impl Freeze for DeleteEnvironmentMembershipInput
impl RefUnwindSafe for DeleteEnvironmentMembershipInput
impl Send for DeleteEnvironmentMembershipInput
impl Sync for DeleteEnvironmentMembershipInput
impl Unpin for DeleteEnvironmentMembershipInput
impl UnwindSafe for DeleteEnvironmentMembershipInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.