#[non_exhaustive]pub struct DeleteUserByPrincipalIdInput { /* private fields */ }Expand description
Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteUserByPrincipalIdInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteUserByPrincipalIdInput
impl Clone for DeleteUserByPrincipalIdInput
sourcefn clone(&self) -> DeleteUserByPrincipalIdInput
fn clone(&self) -> DeleteUserByPrincipalIdInput
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 DeleteUserByPrincipalIdInput
impl Debug for DeleteUserByPrincipalIdInput
sourceimpl PartialEq<DeleteUserByPrincipalIdInput> for DeleteUserByPrincipalIdInput
impl PartialEq<DeleteUserByPrincipalIdInput> for DeleteUserByPrincipalIdInput
sourcefn eq(&self, other: &DeleteUserByPrincipalIdInput) -> bool
fn eq(&self, other: &DeleteUserByPrincipalIdInput) -> bool
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
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