#[non_exhaustive]pub struct CreateGroupMembershipInput { /* private fields */ }Implementations§
source§impl CreateGroupMembershipInput
impl CreateGroupMembershipInput
sourcepub fn member_name(&self) -> Option<&str>
pub fn member_name(&self) -> Option<&str>
The name of the user that you want to add to the group membership.
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the group that you want to add the user to.
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 group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
source§impl CreateGroupMembershipInput
impl CreateGroupMembershipInput
sourcepub fn builder() -> CreateGroupMembershipInputBuilder
pub fn builder() -> CreateGroupMembershipInputBuilder
Creates a new builder-style object to manufacture CreateGroupMembershipInput.
source§impl CreateGroupMembershipInput
impl CreateGroupMembershipInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateGroupMembership, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateGroupMembership, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateGroupMembership>
Trait Implementations§
source§impl Clone for CreateGroupMembershipInput
impl Clone for CreateGroupMembershipInput
source§fn clone(&self) -> CreateGroupMembershipInput
fn clone(&self) -> CreateGroupMembershipInput
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 CreateGroupMembershipInput
impl Debug for CreateGroupMembershipInput
source§impl PartialEq<CreateGroupMembershipInput> for CreateGroupMembershipInput
impl PartialEq<CreateGroupMembershipInput> for CreateGroupMembershipInput
source§fn eq(&self, other: &CreateGroupMembershipInput) -> bool
fn eq(&self, other: &CreateGroupMembershipInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateGroupMembershipInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateGroupMembershipInput
impl Send for CreateGroupMembershipInput
impl Sync for CreateGroupMembershipInput
impl Unpin for CreateGroupMembershipInput
impl UnwindSafe for CreateGroupMembershipInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more