Struct aws_sdk_quicksight::input::DescribeUserInput
source · #[non_exhaustive]pub struct DescribeUserInput { /* private fields */ }
Implementations§
source§impl DescribeUserInput
impl DescribeUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeUser
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUserInput
.
source§impl DescribeUserInput
impl DescribeUserInput
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 DescribeUserInput
impl Clone for DescribeUserInput
source§fn clone(&self) -> DescribeUserInput
fn clone(&self) -> DescribeUserInput
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 DescribeUserInput
impl Debug for DescribeUserInput
source§impl PartialEq<DescribeUserInput> for DescribeUserInput
impl PartialEq<DescribeUserInput> for DescribeUserInput
source§fn eq(&self, other: &DescribeUserInput) -> bool
fn eq(&self, other: &DescribeUserInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.