#[non_exhaustive]pub struct CreateAppInstanceUserInput { /* private fields */ }Implementations§
source§impl CreateAppInstanceUserInput
impl CreateAppInstanceUserInput
sourcepub fn app_instance_arn(&self) -> Option<&str>
pub fn app_instance_arn(&self) -> Option<&str>
The ARN of the AppInstance request.
sourcepub fn app_instance_user_id(&self) -> Option<&str>
pub fn app_instance_user_id(&self) -> Option<&str>
The user ID of the AppInstance.
sourcepub fn metadata(&self) -> Option<&str>
pub fn metadata(&self) -> Option<&str>
The request's metadata. Limited to a 1KB string in UTF-8.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
The token assigned to the user requesting an AppInstance.
Tags assigned to the AppInstanceUser.
source§impl CreateAppInstanceUserInput
impl CreateAppInstanceUserInput
sourcepub fn builder() -> CreateAppInstanceUserInputBuilder
pub fn builder() -> CreateAppInstanceUserInputBuilder
Creates a new builder-style object to manufacture CreateAppInstanceUserInput.
source§impl CreateAppInstanceUserInput
impl CreateAppInstanceUserInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAppInstanceUser>
Trait Implementations§
source§impl Clone for CreateAppInstanceUserInput
impl Clone for CreateAppInstanceUserInput
source§fn clone(&self) -> CreateAppInstanceUserInput
fn clone(&self) -> CreateAppInstanceUserInput
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 CreateAppInstanceUserInput
impl Debug for CreateAppInstanceUserInput
source§impl PartialEq<CreateAppInstanceUserInput> for CreateAppInstanceUserInput
impl PartialEq<CreateAppInstanceUserInput> for CreateAppInstanceUserInput
source§fn eq(&self, other: &CreateAppInstanceUserInput) -> bool
fn eq(&self, other: &CreateAppInstanceUserInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAppInstanceUserInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateAppInstanceUserInput
impl Send for CreateAppInstanceUserInput
impl Sync for CreateAppInstanceUserInput
impl Unpin for CreateAppInstanceUserInput
impl UnwindSafe for CreateAppInstanceUserInput
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