Struct aws_sdk_iam::input::DeleteUserInput
source · [−]#[non_exhaustive]pub struct DeleteUserInput { /* private fields */ }Implementations
sourceimpl DeleteUserInput
impl DeleteUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteUser>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteUserInput.
sourceimpl DeleteUserInput
impl DeleteUserInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the user to delete.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Trait Implementations
sourceimpl Clone for DeleteUserInput
impl Clone for DeleteUserInput
sourcefn clone(&self) -> DeleteUserInput
fn clone(&self) -> DeleteUserInput
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 Debug for DeleteUserInput
impl Debug for DeleteUserInput
sourceimpl PartialEq<DeleteUserInput> for DeleteUserInput
impl PartialEq<DeleteUserInput> for DeleteUserInput
sourcefn eq(&self, other: &DeleteUserInput) -> bool
fn eq(&self, other: &DeleteUserInput) -> bool
impl StructuralPartialEq for DeleteUserInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteUserInput
impl Send for DeleteUserInput
impl Sync for DeleteUserInput
impl Unpin for DeleteUserInput
impl UnwindSafe for DeleteUserInput
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