Struct aws_sdk_quicksight::operation::delete_user_by_principal_id::DeleteUserByPrincipalIdInput
source · #[non_exhaustive]pub struct DeleteUserByPrincipalIdInput { /* private fields */ }Expand description
Implementations§
source§impl DeleteUserByPrincipalIdInput
impl DeleteUserByPrincipalIdInput
sourcepub fn principal_id(&self) -> Option<&str>
pub fn principal_id(&self) -> Option<&str>
The principal ID of the user.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
source§impl DeleteUserByPrincipalIdInput
impl DeleteUserByPrincipalIdInput
sourcepub fn builder() -> DeleteUserByPrincipalIdInputBuilder
pub fn builder() -> DeleteUserByPrincipalIdInputBuilder
Creates a new builder-style object to manufacture DeleteUserByPrincipalIdInput.
source§impl DeleteUserByPrincipalIdInput
impl DeleteUserByPrincipalIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteUserByPrincipalId, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteUserByPrincipalId, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteUserByPrincipalId>
Trait Implementations§
source§impl Clone for DeleteUserByPrincipalIdInput
impl Clone for DeleteUserByPrincipalIdInput
source§fn clone(&self) -> DeleteUserByPrincipalIdInput
fn clone(&self) -> DeleteUserByPrincipalIdInput
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 Debug for DeleteUserByPrincipalIdInput
impl Debug for DeleteUserByPrincipalIdInput
source§impl PartialEq<DeleteUserByPrincipalIdInput> for DeleteUserByPrincipalIdInput
impl PartialEq<DeleteUserByPrincipalIdInput> for DeleteUserByPrincipalIdInput
source§fn eq(&self, other: &DeleteUserByPrincipalIdInput) -> bool
fn eq(&self, other: &DeleteUserByPrincipalIdInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteUserByPrincipalIdInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteUserByPrincipalIdInput
impl Send for DeleteUserByPrincipalIdInput
impl Sync for DeleteUserByPrincipalIdInput
impl Unpin for DeleteUserByPrincipalIdInput
impl UnwindSafe for DeleteUserByPrincipalIdInput
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