Struct aws_sdk_quicksight::input::DeleteUserInput
source · #[non_exhaustive]pub struct DeleteUserInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl DeleteUserInput
impl DeleteUserInput
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§
source§impl Clone for DeleteUserInput
impl Clone for DeleteUserInput
source§fn clone(&self) -> DeleteUserInput
fn clone(&self) -> DeleteUserInput
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 DeleteUserInput
impl Debug for DeleteUserInput
source§impl PartialEq<DeleteUserInput> for DeleteUserInput
impl PartialEq<DeleteUserInput> for DeleteUserInput
source§fn eq(&self, other: &DeleteUserInput) -> bool
fn eq(&self, other: &DeleteUserInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.