Struct aws_sdk_appstream::operation::disable_user::DisableUserInput
source · #[non_exhaustive]pub struct DisableUserInput { /* private fields */ }
Implementations§
source§impl DisableUserInput
impl DisableUserInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The email address of the user.
Users' email addresses are case-sensitive.
sourcepub fn authentication_type(&self) -> Option<&AuthenticationType>
pub fn authentication_type(&self) -> Option<&AuthenticationType>
The authentication type for the user. You must specify USERPOOL.
source§impl DisableUserInput
impl DisableUserInput
sourcepub fn builder() -> DisableUserInputBuilder
pub fn builder() -> DisableUserInputBuilder
Creates a new builder-style object to manufacture DisableUserInput
.
source§impl DisableUserInput
impl DisableUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DisableUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableUser
>
Trait Implementations§
source§impl Clone for DisableUserInput
impl Clone for DisableUserInput
source§fn clone(&self) -> DisableUserInput
fn clone(&self) -> DisableUserInput
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 DisableUserInput
impl Debug for DisableUserInput
source§impl PartialEq<DisableUserInput> for DisableUserInput
impl PartialEq<DisableUserInput> for DisableUserInput
source§fn eq(&self, other: &DisableUserInput) -> bool
fn eq(&self, other: &DisableUserInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.