pub struct DeleteUserRequest {
pub aws_account_id: String,
pub namespace: String,
pub user_name: String,
}
Fields§
§aws_account_id: String
The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
namespace: String
The namespace. Currently, you should set this to default
.
user_name: String
The name of the user that you want to delete.
Trait Implementations§
Source§impl Clone for DeleteUserRequest
impl Clone for DeleteUserRequest
Source§fn clone(&self) -> DeleteUserRequest
fn clone(&self) -> DeleteUserRequest
Returns a duplicate 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 Debug for DeleteUserRequest
impl Debug for DeleteUserRequest
Source§impl Default for DeleteUserRequest
impl Default for DeleteUserRequest
Source§fn default() -> DeleteUserRequest
fn default() -> DeleteUserRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteUserRequest
impl PartialEq for DeleteUserRequest
Source§impl Serialize for DeleteUserRequest
impl Serialize for DeleteUserRequest
impl StructuralPartialEq for DeleteUserRequest
Auto Trait Implementations§
impl Freeze for DeleteUserRequest
impl RefUnwindSafe for DeleteUserRequest
impl Send for DeleteUserRequest
impl Sync for DeleteUserRequest
impl Unpin for DeleteUserRequest
impl UnwindSafe for DeleteUserRequest
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