Struct aws_sdk_iam::input::AddUserToGroupInput
source · [−]#[non_exhaustive]pub struct AddUserToGroupInput { /* private fields */ }Implementations
sourceimpl AddUserToGroupInput
impl AddUserToGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddUserToGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AddUserToGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AddUserToGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddUserToGroupInput.
sourceimpl AddUserToGroupInput
impl AddUserToGroupInput
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the group to update.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the user to add.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Trait Implementations
sourceimpl Clone for AddUserToGroupInput
impl Clone for AddUserToGroupInput
sourcefn clone(&self) -> AddUserToGroupInput
fn clone(&self) -> AddUserToGroupInput
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 AddUserToGroupInput
impl Debug for AddUserToGroupInput
sourceimpl PartialEq<AddUserToGroupInput> for AddUserToGroupInput
impl PartialEq<AddUserToGroupInput> for AddUserToGroupInput
sourcefn eq(&self, other: &AddUserToGroupInput) -> bool
fn eq(&self, other: &AddUserToGroupInput) -> bool
impl StructuralPartialEq for AddUserToGroupInput
Auto Trait Implementations
impl RefUnwindSafe for AddUserToGroupInput
impl Send for AddUserToGroupInput
impl Sync for AddUserToGroupInput
impl Unpin for AddUserToGroupInput
impl UnwindSafe for AddUserToGroupInput
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