Struct aws_sdk_iam::operation::delete_user_permissions_boundary::DeleteUserPermissionsBoundaryInput
source · #[non_exhaustive]pub struct DeleteUserPermissionsBoundaryInput {
pub user_name: 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.user_name: Option<String>
The name (friendly name, not ARN) of the IAM user from which you want to remove the permissions boundary.
Implementations§
source§impl DeleteUserPermissionsBoundaryInput
impl DeleteUserPermissionsBoundaryInput
sourcepub fn builder() -> DeleteUserPermissionsBoundaryInputBuilder
pub fn builder() -> DeleteUserPermissionsBoundaryInputBuilder
Creates a new builder-style object to manufacture DeleteUserPermissionsBoundaryInput
.
Trait Implementations§
source§impl Clone for DeleteUserPermissionsBoundaryInput
impl Clone for DeleteUserPermissionsBoundaryInput
source§fn clone(&self) -> DeleteUserPermissionsBoundaryInput
fn clone(&self) -> DeleteUserPermissionsBoundaryInput
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 DeleteUserPermissionsBoundaryInput
impl PartialEq for DeleteUserPermissionsBoundaryInput
source§fn eq(&self, other: &DeleteUserPermissionsBoundaryInput) -> bool
fn eq(&self, other: &DeleteUserPermissionsBoundaryInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteUserPermissionsBoundaryInput
Auto Trait Implementations§
impl Freeze for DeleteUserPermissionsBoundaryInput
impl RefUnwindSafe for DeleteUserPermissionsBoundaryInput
impl Send for DeleteUserPermissionsBoundaryInput
impl Sync for DeleteUserPermissionsBoundaryInput
impl Unpin for DeleteUserPermissionsBoundaryInput
impl UnwindSafe for DeleteUserPermissionsBoundaryInput
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.