Struct aws_sdk_workdocs::input::UpdateUserInput
source · [−]#[non_exhaustive]pub struct UpdateUserInput {
pub authentication_token: Option<String>,
pub user_id: Option<String>,
pub given_name: Option<String>,
pub surname: Option<String>,
pub type: Option<UserType>,
pub storage_rule: Option<StorageRuleType>,
pub time_zone_id: Option<String>,
pub locale: Option<LocaleType>,
pub grant_poweruser_privileges: Option<BooleanEnumType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.authentication_token: Option<String>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
user_id: Option<String>
The ID of the user.
given_name: Option<String>
The given name of the user.
surname: Option<String>
The surname of the user.
type: Option<UserType>
The type of the user.
storage_rule: Option<StorageRuleType>
The amount of storage for the user.
time_zone_id: Option<String>
The time zone ID of the user.
locale: Option<LocaleType>
The locale of the user.
grant_poweruser_privileges: Option<BooleanEnumType>
Boolean value to determine whether the user is granted Poweruser privileges.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUser, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUser, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateUser
>
Creates a new builder-style object to manufacture UpdateUserInput
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
The given name of the user.
The amount of storage for the user.
The time zone ID of the user.
The locale of the user.
Boolean value to determine whether the user is granted Poweruser privileges.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserInput
impl Send for UpdateUserInput
impl Sync for UpdateUserInput
impl Unpin for UpdateUserInput
impl UnwindSafe for UpdateUserInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more